| C1.WPF.DataGrid Namespace : DataGridNumericColumn Class | 
The following tables list the members exposed by DataGridNumericColumn.
| Name | Description | |
|---|---|---|
![]()  | DataGridNumericColumn Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
![]() ![]()  | HandleUpDownKeysProperty | Identifies the HandleUpDownKeys dependency property. | 
![]() ![]()  | MaximumProperty | Identifies the Maximum dependency property. | 
![]() ![]()  | MinimumProperty | Identifies the Minimum dependency property. | 
![]() ![]()  | RangeValidationModeProperty | Identifies the RangeValidationMode dependency property. | 
![]() ![]()  | ShowButtonsProperty | Identifies the ShowButtons dependency property. | 
| Name | Description | |
|---|---|---|
![]()  | ActualCanUserFilter | Gets a value indicating whether a user can perform a filter operation over this column. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | ActualCanUserGroup | Gets a value indicating whether a user can perform a group operation over this column. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | ActualCanUserResize | Gets the value determining whether user can resize column according to the column and owning control settings. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | ActualCanUserSort | Gets a value indicating whether a user can perform a sort operation over this column. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | ActualFilterMemberPath | Gets the actual FilterMemberPath. (Inherited from C1.WPF.DataGrid.DataGridBoundColumn) | 
![]()  | ActualGroupHeader | Gets the actual header that appears in the grouping panel as the column header is dragged there. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | ActualSortMemberPath | Gets the actual SortMemberPath. (Inherited from C1.WPF.DataGrid.DataGridBoundColumn) | 
![]()  | ActualWidth | Gets the actual width in pixels. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | AllowNull | Gets or sets a value indicating whether the editing control allows null values. (Inherited from C1.WPF.DataGrid.DataGridBoundColumn) | 
![]()  | Binding | Gets or sets the binding object used to bind the visual element against the data. (Inherited from C1.WPF.DataGrid.DataGridBoundColumn) | 
![]()  | CanUserFilter | Gets or sets a value indicating whether the user can filter by this column. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | CanUserGroup | Gets or sets a value indicating whether the user can group by this column. (Inherited from C1.WPF.DataGrid.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 C1.WPF.DataGrid.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 C1.WPF.DataGrid.DataGridColumn) | 
![]()  | CanUserResizeRows | Gets or sets whether the user can resize the rows manipulating cells in this column. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | CanUserSort | Gets or sets a value indicating whether the user can sort by this column. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | CellContentStyle | Gets or sets the style applied to the content of a cell in read mode. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | CellEditingContentStyle | Gets or sets the style applied to the content of a cell in edit mode. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | CellStyle | Gets or sets the style applied to every cell of this column. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | DataGrid | Gets the owner data grid. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | DefaultAutoWidth | Gets or sets default column size in AutoStar sizing mode. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | DefaultConverter | Overridden. | 
![]()  | DependencyObjectType | (Inherited from System.Windows.DependencyObject) | 
![]()  | Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) | 
![]()  | DisplayIndex | Gets or sets the desired index in which the column will be displayed. (Inherited from C1.WPF.DataGrid.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 C1.WPF.DataGrid.DataGridColumn) | 
![]()  | Filter | Gets or sets the filter used in this column. (Inherited from C1.WPF.DataGrid.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 C1.WPF.DataGrid.DataGridColumn) | 
![]()  | FilterState | Gets the filter state of this column. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | Format | Gets or sets the format of the content of the cells belonging this column. (Inherited from C1.WPF.DataGrid.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 C1.WPF.DataGrid.DataGridColumn) | 
![]()  | GroupContentStyle | Gets or sets the style applied to the title of each group row related to this column. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | GroupConverter | Gets or sets the converter used to customize the grouping behavior. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | GroupHeader | Gets or sets the header that will appear in the grouping panel as the column header is dragged there. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | GroupState | Gets the grouping state of this column. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | HandleUpDownKeys | Gets or sets a value indicating whether handle up and down keys. | 
![]()  | Header | Gets or sets the content of the header (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | HeaderPresenter | Gets the presenter corresponding to the header of this column. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | HeaderStyle | Gets or sets the style of the header. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | HorizontalAlignment | Gets or sets the horizontal alignment of the cell content regarding the cell. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | HorizontalOffset | Gets the horizontal offset in pixels. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | Index | Gets the index of a column. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | IsAutoGenerated | Gets a value that indicates whether the column is auto-generated. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | IsEditable | (Inherited from C1.WPF.DataGrid.DataGridBoundColumn) | 
![]()  | IsFrozen | Gets a value indicating whether this column is moved out of the viewport when the user scrolls the data grid. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | IsMouseOver | Gets a value indicating whether the mouse is over the column. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | IsReadOnly | Gets or sets whether the cells in the column are read only. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | IsSealed | (Inherited from System.Windows.DependencyObject) | 
![]()  | IsSelectable | Gets or sets a value indicating whether the user is allowed to set the current cell from this column. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | IsSelected | Gets a value indicating whether this column is selected. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | Maximum | Gets or sets the maximum value allowed for the C1.Silverlight.C1NumericBox. | 
![]()  | MaxWidth | Gets or sets the maximum width of the column. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | Minimum | Gets or sets the minimum value allowed for the C1.Silverlight.C1NumericBox. | 
![]()  | MinWidth | Gets or sets the minimum width of the column. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | Name | Gets or sets the name of the column. (Inherited from C1.WPF.DataGrid.DataGridBoundColumn) | 
![]()  | RangeValidationMode | Gets or sets the mode used to validate the range between Minimum and Maximum. | 
![]()  | ShowButtons | Shows or hides the buttons for Increment or Decrement. | 
![]()  | SortMemberPath | Gets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to sort by. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | SortState | Gets the sorting state of this column. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | Tag | Gets or sets the tag. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | TextTrimming | Gets or sets a value indicating whether the text inside the cell allows trimming. (Inherited from C1.WPF.DataGrid.DataGridBoundColumn) | 
![]()  | TextWrapping | Gets or sets a value indicating whether the text inside the cell allows wrapping. (Inherited from C1.WPF.DataGrid.DataGridBoundColumn) | 
![]()  | VerticalAlignment | Gets or sets the vertical alignment of the cell content regarding the cell. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | Visibility | Gets or sets whether the column is visible. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | Width | Gets or sets the width of this column. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
| Name | Description | |
|---|---|---|
![]()  | BeginEdit | Overridden. | 
![]()  | BindCellContent | (Inherited from C1.WPF.DataGrid.DataGridBoundColumn) | 
![]()  | CancelCellEdit | Overridden. | 
![]()  | ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) | 
![]()  | CoerceValue | (Inherited from System.Windows.DependencyObject) | 
![]()  | CreateCellContent | Gets a TextBlock that will be used to display the info inside a cell of this column. (Inherited from C1.WPF.DataGrid.DataGridBoundColumn) | 
![]()  | CreateGroupContent | (Inherited from C1.WPF.DataGrid.DataGridBoundColumn) | 
![]()  | EndEdit | Overridden. | 
![]()  | Equals | (Inherited from System.Windows.DependencyObject) | 
![]()  | GetActualCulture | Gets the culture in which the text and numbers of this columns will be shown. (Inherited from C1.WPF.DataGrid.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 C1.WPF.DataGrid.DataGridBoundColumn) | 
![]()  | GetCellContentRecyclingKey | (Inherited from C1.WPF.DataGrid.DataGridBoundColumn) | 
![]()  | GetCellEditingContent | Overridden. Gets a C1NumericBox that will be used to display the info into a cell of this column when the row is in edit mode. | 
![]()  | GetCellText | Gets the text shown inside a cell. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | GetCellValue | (Inherited from C1.WPF.DataGrid.DataGridBoundColumn) | 
![]()  | GetColumnText | Gets the text shown in the column header. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | GetFilter | Overridden. | 
![]()  | GetGroupText | (Inherited from C1.WPF.DataGrid.DataGridBoundColumn) | 
![]()  | GetHashCode | (Inherited from System.Windows.DependencyObject) | 
![]()  | GetLocalValueEnumerator | (Inherited from System.Windows.DependencyObject) | 
![]()  | GetValue | (Inherited from System.Windows.DependencyObject) | 
![]()  | InvalidateProperty | (Inherited from System.Windows.DependencyObject) | 
![]()  | PrepareCellForEdit | Overridden. | 
![]()  | ReadLocalValue | (Inherited from System.Windows.DependencyObject) | 
![]()  | SetCellValue | (Inherited from C1.WPF.DataGrid.DataGridBoundColumn) | 
![]()  | SetCurrentValue | (Inherited from System.Windows.DependencyObject) | 
![]()  | SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) | 
![]()  | ToString | Returns a System.String that represents the current System.Object. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | UnbindCellContent | (Inherited from C1.WPF.DataGrid.DataGridBoundColumn) | 
| Name | Description | |
|---|---|---|
![]()  | FilterLoading | Occurs before the filter is loaded. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | FilterMemberPathChanged | Occurs when filter member path is changed. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | PropertyChanged | Occurs when a property value changes. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | SortMemberPathChanged | Occurs when sort member path is changed. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | VisibilityChanged | Occurs when the visibility changed. (Inherited from C1.WPF.DataGrid.DataGridColumn) | 
![]()  | WidthChanged | Occurs when the column width is changed. (Inherited from C1.WPF.DataGrid.DataGridColumn) |