The DataGridTextColumn type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DataGridTextColumn()()()() |
Initializes a new instance of a DataGridTextColumn.
|
![]() |
DataGridTextColumn(PropertyInfo) |
Initializes a new instance of the DataGridTextColumn class.
|
Methods
Name | Description | |
---|---|---|
![]() |
BeginEdit | (Overrides DataGridBoundColumn..::..BeginEdit(FrameworkElement, RoutedEventArgs).) |
![]() |
BindCellContent | (Inherited from DataGridBoundColumn.) |
![]() |
CancelCellEdit | (Overrides DataGridBoundColumn..::..CancelCellEdit(FrameworkElement, Object).) |
![]() |
CheckAccess |
Determines whether the calling thread has access to this object. (Inherited from DependencyObject.) |
![]() |
ClearValue |
Clears the local value of a dependency property. (Inherited from DependencyObject.) |
![]() |
CreateCellContent |
Gets a TextBlock that will be used to display
the info inside a cell of this column.
(Inherited from DataGridBoundColumn.) |
![]() |
CreateGroupContent | (Inherited from DataGridBoundColumn.) |
![]() |
EndEdit | (Overrides DataGridBoundColumn..::..EndEdit(FrameworkElement).) |
![]() |
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
GetActualCulture |
Gets the culture in which the text and numbers of this columns will be shown.
(Inherited from DataGridBoundColumn.) |
![]() |
GetActualFormat |
Gets the format that will be applied in the column considering different sources like Format property or StringFormat of the Binding property.
(Inherited from DataGridBoundColumn.) |
![]() |
GetAnimationBaseValue |
Returns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active. (Inherited from DependencyObject.) |
![]() |
GetCellContentRecyclingKey | (Inherited from DataGridBoundColumn.) |
![]() |
GetCellEditingContent |
Gets a C1TextBoxBase that will be used to display
the info into a cell of this column when the row is in edit mode.
(Overrides DataGridBoundColumn..::..GetCellEditingContent(DataGridRow).) |
![]() |
GetCellText |
Gets the text shown inside a cell.
(Inherited from DataGridColumn.) |
![]() |
GetCellValue | (Inherited from DataGridBoundColumn.) |
![]() |
GetColumnText |
Gets the text shown in the column header.
(Inherited from DataGridColumn.) |
![]() |
GetFilter | (Overrides DataGridColumn..::..GetFilter()()()().) |
![]() |
GetGroupText | (Inherited from DataGridBoundColumn.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetValue |
Returns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject.) |
![]() |
PrepareCellForEdit | (Overrides DataGridBoundColumn..::..PrepareCellForEdit(FrameworkElement).) |
![]() |
ReadLocalValue |
Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject.) |
![]() |
SetCellValue | (Inherited from DataGridBoundColumn.) |
![]() |
SetValue |
Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject.) |
![]() |
ToString |
Returns a String that represents the current Object.
(Inherited from DataGridColumn.) |
![]() |
UnbindCellContent | (Inherited from DataGridBoundColumn.) |
Properties
Name | Description | |
---|---|---|
![]() |
ActualCanUserFilter |
Gets a value indicating whether a user can perform a filter operation over this column.
(Inherited from DataGridColumn.) |
![]() |
ActualCanUserGroup |
Gets a value indicating whether a user can perform a group operation over this column.
(Inherited from DataGridColumn.) |
![]() |
ActualCanUserResize | (Inherited from DataGridColumn.) |
![]() |
ActualCanUserSort |
Gets a value indicating whether a user can perform a sort operation over this column.
(Inherited from DataGridColumn.) |
![]() |
ActualFilterMemberPath |
Gets the actual FilterMemberPath.
(Inherited from DataGridBoundColumn.) |
![]() |
ActualGroupHeader | (Inherited from DataGridColumn.) |
![]() |
ActualSortMemberPath |
Gets the actual SortMemberPath.
(Inherited from DataGridBoundColumn.) |
![]() |
ActualWidth |
Gets the actual width in pixels.
(Inherited from DataGridColumn.) |
![]() |
AllowNull |
Gets or sets a value indicating whether the editing control allows null values.
(Inherited from DataGridBoundColumn.) |
![]() |
Binding |
Gets or sets the binding object used to bind the
visual element against the data.
(Inherited from DataGridBoundColumn.) |
![]() |
CanUserFilter |
Gets or sets a value indicating whether the user can filter by this column.
(Inherited from DataGridColumn.) |
![]() |
CanUserGroup |
Gets or sets a value indicating whether the user can group by this column.
(Inherited from DataGridColumn.) |
![]() |
CanUserMove |
Gets or sets a value that indicates whether the user can change the column display order by dragging column headers with the mouse.
(Inherited from DataGridColumn.) |
![]() |
CanUserResize |
Gets or sets whether the user can resize the column by dragging
the border on the right of the column header presenter.
(Inherited from DataGridColumn.) |
![]() |
CanUserResizeRows |
Gets or sets whether the user can resize the rows manipulating cells in this column.
(Inherited from DataGridColumn.) |
![]() |
CanUserSort |
Gets or sets a value indicating whether the user can sort by this column.
(Inherited from DataGridColumn.) |
![]() |
CellContentStyle |
Gets or sets the style applied to the content of a cell in read mode.
(Inherited from DataGridColumn.) |
![]() |
CellEditingContentStyle |
Gets or sets the style applied to the content of a cell in edit mode.
(Inherited from DataGridColumn.) |
![]() |
CellStyle |
Gets or sets the style applied to every cell of this column.
(Inherited from DataGridColumn.) |
![]() |
DataGrid |
Gets the owner data grid.
(Inherited from DataGridColumn.) |
![]() |
DefaultConverter |
Gets the converter that will be used in each cell.
(Inherited from DataGridBoundColumn.) |
![]() |
Dispatcher |
Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
![]() |
DisplayIndex |
Gets or sets the desired index in which the column will be displayed.
(Inherited from DataGridColumn.) |
![]() |
EditOnSelection |
Gets or sets a value indicating how the cells enters in edit mode when the user clicks on a cell of this column.
(Inherited from DataGridColumn.) |
![]() |
Filter |
Gets or sets the filter used in this column.
(Inherited from DataGridColumn.) |
![]() |
FilterMemberPath |
Gets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to filter by.
(Inherited from DataGridColumn.) |
![]() |
FilterState |
Gets the filter state of this column.
(Inherited from DataGridColumn.) |
![]() |
Format |
Gets or sets the format of the content of the cells belonging this column.
(Inherited from DataGridBoundColumn.) |
![]() |
GroupContentConverter |
Gets or sets the converter that will be applied to the visual element that
is inside the content of each group row.
(Inherited from DataGridColumn.) |
![]() |
GroupContentStyle |
Gets or sets the style applied to the title of each group row related to this column.
(Inherited from DataGridColumn.) |
![]() |
GroupConverter |
Gets or sets the converter used to customize the grouping behavior.
(Inherited from DataGridColumn.) |
![]() |
GroupHeader |
Gets or sets the header that will appear in the grouping panel as the column header is dragged there.
(Inherited from DataGridColumn.) |
![]() |
GroupState |
Gets the grouping state of this column.
(Inherited from DataGridColumn.) |
![]() |
Header |
Gets or sets the content of the header
(Inherited from DataGridColumn.) |
![]() |
HeaderPresenter |
Gets the presenter corresponding to the header of this column.
(Inherited from DataGridColumn.) |
![]() |
HeaderStyle |
Gets or sets the style of the header.
(Inherited from DataGridColumn.) |
![]() |
HorizontalAlignment |
Gets or sets the horizontal alignment of the cell content regarding the cell.
(Inherited from DataGridColumn.) |
![]() |
HorizontalOffset |
Gets the horizontal offset in pixels.
(Inherited from DataGridColumn.) |
![]() |
Index |
Gets the index of a column.
(Inherited from DataGridColumn.) |
![]() |
IsAutoGenerated |
Gets a value that indicates whether the column is auto-generated.
(Inherited from DataGridColumn.) |
![]() |
IsEditable | (Overrides DataGridColumn..::..IsEditable.) |
![]() |
IsFrozen |
Gets a value indicating whether this column is moved out of the viewport when the user scrolls the data grid.
(Inherited from DataGridColumn.) |
![]() |
IsMouseOver |
Gets a value indicating whether the mouse is over the column.
(Inherited from DataGridColumn.) |
![]() |
IsReadOnly |
Gets or sets whether the cells in the column are read only.
(Inherited from DataGridColumn.) |
![]() |
IsSelectable |
Gets or sets a value indicating whether the user is allowed to set the current cell from this column.
(Inherited from DataGridColumn.) |
![]() |
IsSelected |
Gets a value indicating whether this column is selected.
(Inherited from DataGridColumn.) |
![]() |
MaxLength |
Gets or sets the value that determines the maximum number of characters allowed for user input.
|
![]() |
MaxWidth |
Gets or sets the maximum width of the column.
(Inherited from DataGridColumn.) |
![]() |
MinWidth |
Gets or sets the minimum width of the column.
(Inherited from DataGridColumn.) |
![]() |
Name |
Gets or sets the name of the column.
(Inherited from DataGridBoundColumn.) |
![]() |
SortMemberPath |
Gets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to sort by.
(Inherited from DataGridColumn.) |
![]() |
SortState |
Gets the sorting state of this column.
(Inherited from DataGridColumn.) |
![]() |
Tag |
Gets or sets the tag.
(Inherited from DataGridColumn.) |
![]() |
TextTrimming |
Gets or sets a value indicating whether the text inside the cell allows trimming.
(Inherited from DataGridBoundColumn.) |
![]() |
TextWrapping |
Gets or sets a value indicating whether the text inside the cell allows wrapping.
(Inherited from DataGridBoundColumn.) |
![]() |
VerticalAlignment |
Gets or sets the vertical alignment of the cell content regarding the cell.
(Inherited from DataGridColumn.) |
![]() |
Visibility |
Gets or sets whether the column is visible.
(Inherited from DataGridColumn.) |
![]() |
Width |
Gets or sets the width of this column.
(Inherited from DataGridColumn.) |
Events
Name | Description | |
---|---|---|
![]() |
FilterLoading |
Occurs before the filter is loaded.
(Inherited from DataGridColumn.) |
![]() |
FilterMemberPathChanged |
Occurs when filter member path is changed.
(Inherited from DataGridColumn.) |
![]() |
LoadingFilter |
Occurs when the filter is loading.
(Inherited from DataGridColumn.) |
![]() |
PropertyChanged |
Occurs when a property value changes.
(Inherited from DataGridColumn.) |
![]() |
SortMemberPathChanged |
Occurs when sort member path is changed.
(Inherited from DataGridColumn.) |
![]() |
VisibilityChanged |
Occurs when the visibility changed.
(Inherited from DataGridColumn.) |
![]() |
WidthChanged |
Occurs when the column width is changed.
(Inherited from DataGridColumn.) |