The DataGridTextColumn type exposes the following members.

Constructors

  Name Description
Public method DataGridTextColumn()()()()
Initializes a new instance of a DataGridTextColumn.
Public method DataGridTextColumn(PropertyInfo)
Initializes a new instance of the DataGridTextColumn class.

Methods

  Name Description
Public method BeginEdit (Overrides DataGridBoundColumn..::..BeginEdit(FrameworkElement, RoutedEventArgs).)
Public method BindCellContent (Inherited from DataGridBoundColumn.)
Public method CancelCellEdit (Overrides DataGridBoundColumn..::..CancelCellEdit(FrameworkElement, Object).)
Public method CheckAccess
Determines whether the calling thread has access to this object.
(Inherited from DependencyObject.)
Public method ClearValue
Clears the local value of a dependency property.
(Inherited from DependencyObject.)
Public method CreateCellContent
Gets a TextBlock that will be used to display the info inside a cell of this column.
(Inherited from DataGridBoundColumn.)
Public method CreateGroupContent (Inherited from DataGridBoundColumn.)
Public method EndEdit (Overrides DataGridBoundColumn..::..EndEdit(FrameworkElement).)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetActualCulture
Gets the culture in which the text and numbers of this columns will be shown.
(Inherited from DataGridBoundColumn.)
Public method 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.)
Public method 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.)
Public method GetCellContentRecyclingKey (Inherited from DataGridBoundColumn.)
Public method 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).)
Public method GetCellText
Gets the text shown inside a cell.
(Inherited from DataGridColumn.)
Public method GetCellValue (Inherited from DataGridBoundColumn.)
Public method GetColumnText
Gets the text shown in the column header.
(Inherited from DataGridColumn.)
Public method GetFilter (Overrides DataGridColumn..::..GetFilter()()()().)
Public method GetGroupText (Inherited from DataGridBoundColumn.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetValue
Returns the current effective value of a dependency property from a DependencyObject.
(Inherited from DependencyObject.)
Public method PrepareCellForEdit (Overrides DataGridBoundColumn..::..PrepareCellForEdit(FrameworkElement).)
Public method ReadLocalValue
Returns the local value of a dependency property, if a local value is set.
(Inherited from DependencyObject.)
Public method SetCellValue (Inherited from DataGridBoundColumn.)
Public method SetValue
Sets the local value of a dependency property on a DependencyObject.
(Inherited from DependencyObject.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from DataGridColumn.)
Public method UnbindCellContent (Inherited from DataGridBoundColumn.)

Properties

  Name Description
Public property ActualCanUserFilter
Gets a value indicating whether a user can perform a filter operation over this column.
(Inherited from DataGridColumn.)
Public property ActualCanUserGroup
Gets a value indicating whether a user can perform a group operation over this column.
(Inherited from DataGridColumn.)
Public property ActualCanUserResize (Inherited from DataGridColumn.)
Public property ActualCanUserSort
Gets a value indicating whether a user can perform a sort operation over this column.
(Inherited from DataGridColumn.)
Public property ActualFilterMemberPath
Gets the actual FilterMemberPath.
(Inherited from DataGridBoundColumn.)
Public property ActualGroupHeader (Inherited from DataGridColumn.)
Public property ActualSortMemberPath
Gets the actual SortMemberPath.
(Inherited from DataGridBoundColumn.)
Public property ActualWidth
Gets the actual width in pixels.
(Inherited from DataGridColumn.)
Public property AllowNull
Gets or sets a value indicating whether the editing control allows null values.
(Inherited from DataGridBoundColumn.)
Public property Binding
Gets or sets the binding object used to bind the visual element against the data.
(Inherited from DataGridBoundColumn.)
Public property CanUserFilter
Gets or sets a value indicating whether the user can filter by this column.
(Inherited from DataGridColumn.)
Public property CanUserGroup
Gets or sets a value indicating whether the user can group by this column.
(Inherited from DataGridColumn.)
Public property 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.)
Public property 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.)
Public property CanUserResizeRows
Gets or sets whether the user can resize the rows manipulating cells in this column.
(Inherited from DataGridColumn.)
Public property CanUserSort
Gets or sets a value indicating whether the user can sort by this column.
(Inherited from DataGridColumn.)
Public property CellContentStyle
Gets or sets the style applied to the content of a cell in read mode.
(Inherited from DataGridColumn.)
Public property CellEditingContentStyle
Gets or sets the style applied to the content of a cell in edit mode.
(Inherited from DataGridColumn.)
Public property CellStyle
Gets or sets the style applied to every cell of this column.
(Inherited from DataGridColumn.)
Public property DataGrid
Gets the owner data grid.
(Inherited from DataGridColumn.)
Public property DefaultConverter
Gets the converter that will be used in each cell.
(Inherited from DataGridBoundColumn.)
Public property Dispatcher
Gets the Dispatcher this object is associated with.
(Inherited from DependencyObject.)
Public property DisplayIndex
Gets or sets the desired index in which the column will be displayed.
(Inherited from DataGridColumn.)
Public property 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.)
Public property Filter
Gets or sets the filter used in this column.
(Inherited from DataGridColumn.)
Public property 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.)
Public property FilterState
Gets the filter state of this column.
(Inherited from DataGridColumn.)
Public property Format
Gets or sets the format of the content of the cells belonging this column.
(Inherited from DataGridBoundColumn.)
Public property 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.)
Public property GroupContentStyle
Gets or sets the style applied to the title of each group row related to this column.
(Inherited from DataGridColumn.)
Public property GroupConverter
Gets or sets the converter used to customize the grouping behavior.
(Inherited from DataGridColumn.)
Public property GroupHeader
Gets or sets the header that will appear in the grouping panel as the column header is dragged there.
(Inherited from DataGridColumn.)
Public property GroupState
Gets the grouping state of this column.
(Inherited from DataGridColumn.)
Public property Header
Gets or sets the content of the header
(Inherited from DataGridColumn.)
Public property HeaderPresenter
Gets the presenter corresponding to the header of this column.
(Inherited from DataGridColumn.)
Public property HeaderStyle
Gets or sets the style of the header.
(Inherited from DataGridColumn.)
Public property HorizontalAlignment
Gets or sets the horizontal alignment of the cell content regarding the cell.
(Inherited from DataGridColumn.)
Public property HorizontalOffset
Gets the horizontal offset in pixels.
(Inherited from DataGridColumn.)
Public property Index
Gets the index of a column.
(Inherited from DataGridColumn.)
Public property IsAutoGenerated
Gets a value that indicates whether the column is auto-generated.
(Inherited from DataGridColumn.)
Public property IsEditable (Overrides DataGridColumn..::..IsEditable.)
Public property IsFrozen
Gets a value indicating whether this column is moved out of the viewport when the user scrolls the data grid.
(Inherited from DataGridColumn.)
Public property IsMouseOver
Gets a value indicating whether the mouse is over the column.
(Inherited from DataGridColumn.)
Public property IsReadOnly
Gets or sets whether the cells in the column are read only.
(Inherited from DataGridColumn.)
Public property IsSelectable
Gets or sets a value indicating whether the user is allowed to set the current cell from this column.
(Inherited from DataGridColumn.)
Public property IsSelected
Gets a value indicating whether this column is selected.
(Inherited from DataGridColumn.)
Public property MaxLength
Gets or sets the value that determines the maximum number of characters allowed for user input.
Public property MaxWidth
Gets or sets the maximum width of the column.
(Inherited from DataGridColumn.)
Public property MinWidth
Gets or sets the minimum width of the column.
(Inherited from DataGridColumn.)
Public property Name
Gets or sets the name of the column.
(Inherited from DataGridBoundColumn.)
Public property 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.)
Public property SortState
Gets the sorting state of this column.
(Inherited from DataGridColumn.)
Public property Tag
Gets or sets the tag.
(Inherited from DataGridColumn.)
Public property TextTrimming
Gets or sets a value indicating whether the text inside the cell allows trimming.
(Inherited from DataGridBoundColumn.)
Public property TextWrapping
Gets or sets a value indicating whether the text inside the cell allows wrapping.
(Inherited from DataGridBoundColumn.)
Public property VerticalAlignment
Gets or sets the vertical alignment of the cell content regarding the cell.
(Inherited from DataGridColumn.)
Public property Visibility
Gets or sets whether the column is visible.
(Inherited from DataGridColumn.)
Public property Width
Gets or sets the width of this column.
(Inherited from DataGridColumn.)

Events

  Name Description
Public event FilterLoading
Occurs before the filter is loaded.
(Inherited from DataGridColumn.)
Public event FilterMemberPathChanged
Occurs when filter member path is changed.
(Inherited from DataGridColumn.)
Public event LoadingFilter
Occurs when the filter is loading.
(Inherited from DataGridColumn.)
Public event PropertyChanged
Occurs when a property value changes.
(Inherited from DataGridColumn.)
Public event SortMemberPathChanged
Occurs when sort member path is changed.
(Inherited from DataGridColumn.)
Public event VisibilityChanged
Occurs when the visibility changed.
(Inherited from DataGridColumn.)
Public event WidthChanged
Occurs when the column width is changed.
(Inherited from DataGridColumn.)

See Also