The DataGridNumericColumn type exposes the following members.

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 (Overrides DataGridBoundColumn..::..DefaultConverter.)
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 HandleUpDownKeys
Gets or sets a value indicating whether handle up and down keys.
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 Maximum
Gets or sets the maximum value allowed for the C1NumericBox.
Public property MaxWidth
Gets or sets the maximum width of the column.
(Inherited from DataGridColumn.)
Public property Minimum
Gets or sets the minimum value allowed for the C1NumericBox.
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 RangeValidationMode
Gets or sets the mode used to validate the range between Minimum and Maximum.
Public property ShowButtons
Shows or hides the buttons for Increment or Decrement.
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.)

See Also