WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridNumericColumn Class
Properties Methods Events


In This Topic
    GridNumericColumn Class Members
    In This Topic

    The following tables list the members exposed by GridNumericColumn.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the header that will be shown in the column header. if Header is not specified the Binding property will be used. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets the actual width of the column in pixels. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets the type of aggregate to include in group headers. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets the collection of aggregate functions. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets a value indicating whether this column can be dragged. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets a value that indicates whether the user can filter by this column. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets a value that indicates whether the user can group by this column. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets a value that indicates whether cells in this column can be merged. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets a value indicating whether this column can be resized. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets a value that indicates whether the user can sort this column by tapping the column header. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets the Microsoft.UI.Xaml.Media.Brush used to paint the background of cells in this column. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets the binding. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets the template used to edit a cell. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets the template used to display the contents of a cell that is not in editing mode. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets a value used as an identifier for the column. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets the DataMap used to convert raw values into display values for the column. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets the type of the data bound to this column. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets the path used to filter this column. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets the Microsoft.UI.Xaml.Media.Brush used to paint the foreground of cells in this column. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets the format applied to the displayed data. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets the grid containing this column. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets the path used to group this column. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets text shown in the header of this column. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets the Microsoft.UI.Xaml.Media.Brush used to paint the background of header cells in this column. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets the Microsoft.UI.Xaml.Media.Brush used to paint the foreground of header cells in this column. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets the horizontal alignment of the header. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets the horizontal alignment. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets the index of the row inside the collection of rows of the associated FlexGrid. (Inherited from C1.WinUI.Grid.GridRowCol)
    Public PropertyGets or sets the type of keyboard shown when the cell is in edit-mode. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets a value indicating whether this column or row was generated from source. (Inherited from C1.WinUI.Grid.GridRowCol)
    Public PropertyGets or sets a value indicating whether this column is read only. If the grid is set to be read-only this property will be ignored. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets a value indicating whether the column is visible and not collapsed. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets the maximum value accepted.  
    Public PropertyGets or sets the maximum width of the column. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets the minimum value accepted.  
    Public PropertyGets or sets the minimum width of the column. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets the visibility of the options menu. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets a PropertyInfo object used for binding the column to items in the data source. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets the sort direction when the underlying collection is sorted by the same field as this column's SortMemberPath or Binding. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets the path used to sort when the column header of this column is tapped. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets how much the value changes when using up and down buttons.  
    Public PropertyGets or sets an Microsoft.UI.Xaml.Data.IValueConverter associated with this column's Binding. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets the width of the column. (Inherited from C1.WinUI.Grid.GridColumn)
    Public PropertyGets or sets a value indicating whether cells in the column wrap their content. (Inherited from C1.WinUI.Grid.GridColumn)
    Top
    Public Methods
     NameDescription
    Public MethodGets the text corresponding to the cell in the intersection of the specified row and this column. (Inherited from C1.WinUI.Grid.GridColumn)
    Public MethodOverloaded. Gets the value corresponding to the cell in the intersection of the specified row and this column. (Inherited from C1.WinUI.Grid.GridColumn)
    Public MethodOverloaded. Refresh all the cells in the column. (Inherited from C1.WinUI.Grid.GridColumn)
    Public MethodOverloaded. Sets the value corresponding to the cell in the intersection of the specified row and this column. (Inherited from C1.WinUI.Grid.GridColumn)
    Top
    Protected Methods
     NameDescription
    Protected MethodCalled when a property changed. (Inherited from C1.WinUI.Grid.GridRowCol)
    Protected MethodCalled before a property changed. (Inherited from C1.WinUI.Grid.GridRowCol)
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from C1.WinUI.Grid.GridRowCol)
    Public EventOccurs before a property value changes. (Inherited from C1.WinUI.Grid.GridRowCol)
    Top
    See Also