NevronOpenVision
Nevron.Nov.Grid Namespace / NGrid Class


In This Topic
    NGrid Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyGets or sets whether the best fit columns operation is allowed to the user. By default this value is true.  
    Public PropertyGets or sets whether the best fit rows operation is allowed to the user.  
    Public PropertyGets or sets whether the delete rows operation is allowed to the user.  
    Public PropertyGets or sets whether the user is allowed to edit cell values. By default this value is true.  
    Public PropertyGets or sets whether the user is allowed to filter the columns by clicking on filter symbol in each column header. By default this value is true.  
    Public PropertyGets or sets whether the user is allowed to format the columns.  
    Public PropertyGets or sets whether the user is allowed to reorder the columns by dragging them around the columns panel. By default this value is true.  
    Public PropertyGets or sets whether the user is allowed to resize the columns. By default this value is true.  
    Public PropertyGets or sets whether the user is allowed to resize the rows. By default this value is true.  
    Public PropertyGets or sets whether the user is allowed to sort the columns by clicking on them. By default this value is true.  
    Public PropertyGets or sets the background of alternating rows.  
    Public PropertyGets or sets whether alternativing rows should be displayed in different way.  
    Public PropertyGets or sets the alternating rows interval  
    Public PropertyGets or sets the alternating rows length  
    Public PropertyGets or sets whether the grid view should automatically create columns for the data source to which it is bound. By default set to true, meaning that the grid will automatically create columns for the columns in the data source.  
    Public PropertyGets the collection of columns.  
    Public PropertyGets or sets the data source that is bound to this grid view.  
    Public PropertyGets or sets the default data row height value. By default this property is set to Double.NaN, meaning that the grid will estimate the default row height based on the current columns. It is recommended that you set this property before you bind/populate the grid with data.  
    Public PropertyGets the default data row, which is used to measure the default height of data rows headers.  
    Public PropertyGets the desired height of the grid, in order to be displayed withouth V scrollbar. By default this grid measure included the columns width and the width of the row headers. Automatically updated by Nevron.  
    Public PropertyGets the desired width of the grid left adorner. By default this grid measure includes the row headers width. Automatically updated by Nevron.  
    Public PropertyGets the grid desired size. This is a shortcut property that returns the DesiredWidth and DesiredHeight as size.  
    Public PropertyGets the desired height of the grid top adorner. By default this grid measure includes the columns height. Automatically updated by Nevron.  
    Public PropertyGets the desired width of the grid, in order to be displayed withouth H scrollbar. By default this grid measure included the columns width and the width of the row headers. Automatically updated by Nevron.  
    Public PropertyGets the collection that defines the data source filtering.  
    Public PropertyGets or sets the font style  
    Public PropertyGets or sets the count of frozen rows  
    Public PropertyGets whether the frozen rows end Y coordinate is located. If equal to Double.NaN then there are no frozen rows. Automatically updated by Nevron.  
    Public PropertyGets the frozen rows splitter. The visiblity and position of this child is automatically updated by Nevron.  
    Public PropertyGets the level of this grid in the grid hierarchy. The root grid is at level 0.  
    Public PropertyGets or sets the stroke of the horizontal gridlines.  
    Public PropertyGets or sets the scroll mode, which specifies the visibility of the horizontal scrollbar.  
    Public PropertyGets or sets the document information  
    Public PropertyGets or sets whether the horizontal scrolling behavior is integral. When set to true the horizontal scrollbar will scroll on descrete items, and its thumb will be sized to the count of currently visible items. When set to false the horizontal scrollbar will work in smooth scrolling mode and its thumb will be sized to the currently visible space from the items area.  
    Public PropertyGets or sets whether the vertical scrolling behavior is integral. When set to true the vertical scrollbar will scroll on descrete items, and its thumb will be sized to the count of currently visible items. When set to false the vertical scrollbar will work in smooth scrolling mode and its thumb will be sized to the currently visible space from the items area.  
    Public PropertyGets whether the arrange of the element is valid.  
    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 the rectangle in grid coordinates, in which the top adorner must be arranged. Automatically updated by Nevron.  
    Public PropertyGets the count of left frozen columns. Automatically updated by Nevron.  
    Public PropertyGets whether the left pinned columns end X coordinate is located. If equal to Double.NaN then there are no left pinned columns. Automatically updated by Nevron.  
    Public PropertyGets the left pinned columns splitter. The visiblity and position of this child is automatically updated by Nevron.  
    Public PropertyGets or sets the level indent, which defines the amount by which row content is offset from its header, as well as the width of the expand/collapse symbols.  
    Public PropertyGets the grid in which this grid is embedded. Returns null if this is the root grid.  
    Public PropertyGets whether the right pinned columns begin X coordinate is located. If equal to Double.NaN then there are no right pinned columns. Automatically updated by Nevron.  
    Public PropertyGets the count of right frozen columns. Automatically updated by Nevron.  
    Public PropertyGets the right pinned columns splitter. The visiblity and position of this child is automatically updated by Nevron.  
    Public PropertyGets the root grid in the grid hierarchy.  
    Public PropertyGets or sets the background of rows.  
    Public PropertyGets the collection of row headers.  
    Public PropertyGets the collection of rows.  
    Public PropertyGets or sets the filling of the selected rows and row headers.  
    Public PropertyGets or sets the grid view selection  
    Public PropertyGets or sets the small horizontal scroll change.  
    Public PropertyGets or sets the small vertical scroll change.  
    Public PropertyGets the collection that defines the data source sorting.  
    Public PropertyGets or sets the text fill  
    Public PropertyGets the rectangle in grid coordinates, in which the top adorner must be arranged. Automatically updated by Nevron.  
    Public PropertyGets or sets the stroke of the vertical gridlines.  
    Public PropertyShortcut property that gets or sets the ViewportOriginX and ViewportOriginY properties  
    Public PropertyGets or sets the viewport origin X value that affects the X scrolling of the grid view.  
    Public PropertyGets or sets the viewport origin Y value that affects the Y scrolling of the grid view.  
    Public PropertyGets the viewport size. Automatically updated by Nevron.  
    Public PropertyGets or sets the scroll mode, which specifies the visibility of the vertical scrollbar.  
    Public PropertyGets or sets the window rect.  
    Public PropertyGets the height of the window in which this collection is visualized. Automatically updated by Nevron.  
    Public PropertyGets the width of the window in which this collection is visualized. Automatically updated by Nevron.  
    Public PropertyGets the X coordinate of the window in which this collection is visualized (in parent coordinates) Automatically updated by Nevron.  
    Public PropertyGets the Y coordinate of the window in which this collection is visualized (in parent coordinates) Automatically updated by Nevron.  
    Top
    Protected Properties
     NameDescription
    Internal Property  
    Internal Property  
    Internal Property  
    Internal Property  
    Internal Property  
    Internal Property  
    Top
    See Also