NevronOpenVision
Nevron.Nov.Grid Namespace / NColumn Class


In This Topic
    NColumn Class Properties
    In This Topic

    For a list of all members of this type, see NColumn members.

    Public Properties
     NameDescription
    Public PropertyGets or sets whether the user is allowed to edit the columns cells. By default set to true.  
    Public PropertyGets or sets whether the user is allowed to filter by the column content by clicking on the filter symbol. By default set to true.  
    Public PropertyGets or sets whether the user is allowed to format the column . By default set to true.  
    Public PropertyGets or sets whether the user is allowed to group by the column by dragging it in the grouping panel. This property is applicable only when the column is inside a NTableView.  
    Public PropertyGets or sets whether the user is allowed to reorder the column by dragging it. By default set to true.  
    Public PropertyGets or sets whether the user is allowed to resize the column. By default set to true.  
    Public PropertyGets or sets whether the user is allowed to sort the columns by clicking on them. By default set to true.  
    Public PropertyShortcut property that gets or sets the X, Y, Width and Height properties  
    Public PropertyGets the desired Height of the column. Automatically updated by Nevron.  
    Public PropertyGets the desired Width of the column. Automatically updated by Nevron.  
    Public PropertyGets the display index of the column. Automatically updated by Nevron.  
    Public PropertyGets or sets the column editor  
    Public PropertyDetermines the fixed width of the column, if WidthMode is set to Fixed.  
    Public PropertyGets or sets the column format  
    Public PropertyGets or sets the collection of formatting rules, that applies conditional formating to the column.  
    Public PropertyGets or sets the column freeze mode.  
    Public PropertyGets whether there are any filters associated with that column. Automatically updated by Nevron.  
    Public PropertyGets or sets the column header.  
    Public PropertyGets the Height of the column  
    Public PropertyGets whether the arrange of the element is valid.  
    Public PropertyGets whether this column is automatically generated. Automatically updated by Nevron.  
    Public PropertyGets whether this column is frozen. Automatically updated by Nevron.  
    Public PropertyGets whether the measure of the element is valid  
    Public PropertyGets whether the element is pooled for arrange validation.  
    Public PropertyGets whether the element is pooled for measure validation.  
    Public PropertyGets or sets the minimal width of the column  
    Public PropertyGets the collection that owns this column  
    Public PropertyGets the grid view to which this column belongs  
    Public PropertyGets the sorting direction of this column. Automatically updated by Nevron.  
    Public PropertyGets or sets the title of the column.  
    Public PropertyGets the Width of the column  
    Public PropertyDetermines the mode in which the width of the column is determined. By default set to Auto.  
    Public PropertyDetermines the percent width of the column, if WidthMode is set to Percent.  
    Public PropertyGets the X coordinate of the column inside its collection  
    Public PropertyGets the Y coordinate of the column inside its collection  
    Top
    Protected Properties
     NameDescription
    Internal Property  
    Internal Property  
    Top
    See Also