| Name | Description |
| AllowBestFitColumns | Gets or sets whether the best fit columns operation is allowed to the user. By default this value is true. |
| AllowBestFitRows | Gets or sets whether the best fit rows operation is allowed to the user. |
| AllowDeleteRows | Gets or sets whether the delete rows operation is allowed to the user. |
| AllowEdit | Gets or sets whether the user is allowed to edit cell values. By default this value is true. |
| AllowFilterColumns | Gets 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. |
| AllowFormatColumns | Gets or sets whether the user is allowed to format the columns. |
| AllowReorderColumns | Gets or sets whether the user is allowed to reorder the columns by dragging them around the columns panel. By default this value is true. |
| AllowResizeColumns | Gets or sets whether the user is allowed to resize the columns. By default this value is true. |
| AllowResizeRows | Gets or sets whether the user is allowed to resize the rows. By default this value is true. |
| AllowSortColumns | Gets or sets whether the user is allowed to sort the columns by clicking on them. By default this value is true. |
| AlternatingRowBackgroundFill | Gets or sets the background of alternating rows. |
| AlternatingRows | Gets or sets whether alternativing rows should be displayed in different way. |
| AlternatingRowsInterval | Gets or sets the alternating rows interval |
| AlternatingRowsLength | Gets or sets the alternating rows length |
| AutoCreateColumns | Gets 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. |
| Columns | Gets the collection of columns. |
| DataSource | Gets or sets the data source that is bound to this grid view. |
| DefaultDataRowHeight | Gets 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. |
| DefaultDataRowMeasure | Gets the default data row, which is used to measure the default height of data rows headers. |
| DesiredHeight | Gets 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. |
| DesiredLeftAdornerWidth | Gets the desired width of the grid left adorner. By default this grid measure includes the row headers width. Automatically updated by Nevron. |
| DesiredSize | Gets the grid desired size. This is a shortcut property that returns the DesiredWidth and DesiredHeight as size. |
| DesiredTopAdornerHeight | Gets the desired height of the grid top adorner. By default this grid measure includes the columns height. Automatically updated by Nevron. |
| DesiredWidth | Gets 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. |
| FilteringRules | Gets the collection that defines the data source filtering. |
| Font | Gets or sets the font style |
| FrozenRows | Gets or sets the count of frozen rows |
| FrozenRowsEndY | Gets whether the frozen rows end Y coordinate is located. If equal to Double.NaN then there are no frozen rows. Automatically updated by Nevron. |
| FrozenRowsSplitter | Gets the frozen rows splitter. The visiblity and position of this child is automatically updated by Nevron. |
| GridLevel | Gets the level of this grid in the grid hierarchy. The root grid is at level 0. |
| HorizontalGridlinesStroke | Gets or sets the stroke of the horizontal gridlines. |
| HScrollMode | Gets or sets the scroll mode, which specifies the visibility of the horizontal scrollbar. |
| Information | Gets or sets the document information |
| IntegralHScroll | Gets 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. |
| IntegralVScroll | Gets 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. |
| IsArrangeValid | Gets whether the arrange of the element is valid. |
| IsMeasureValid | Gets whether the measure of the element is valid |
| IsPooledForArrange | Gets whether the element is pooled for arrange validation. |
| IsPooledForMeasure | Gets whether the element is pooled for measure validation. |
| LeftAdornerArrangeSlot | Gets the rectangle in grid coordinates, in which the top adorner must be arranged. Automatically updated by Nevron. |
| LeftFrozenColumnsCount | Gets the count of left frozen columns. Automatically updated by Nevron. |
| LeftFrozenColumnsEndX | Gets 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. |
| LeftFrozenColumnsSplitter | Gets the left pinned columns splitter. The visiblity and position of this child is automatically updated by Nevron. |
| LevelIndent | Gets 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. |
| OwnerGrid | Gets the grid in which this grid is embedded. Returns null if this is the root grid. |
| RightFrozenColumnsBeginX | Gets 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. |
| RightFrozenColumnsCount | Gets the count of right frozen columns. Automatically updated by Nevron. |
| RightFrozenColumnsSplitter | Gets the right pinned columns splitter. The visiblity and position of this child is automatically updated by Nevron. |
| RootGrid | Gets the root grid in the grid hierarchy. |
| RowBackgroundFill | Gets or sets the background of rows. |
| RowHeaders | Gets the collection of row headers. |
| Rows | Gets the collection of rows. |
| SelectedRowBackgroundFill | Gets or sets the filling of the selected rows and row headers. |
| Selection | Gets or sets the grid view selection |
| SmallHScrollChange | Gets or sets the small horizontal scroll change. |
| SmallVScrollChange | Gets or sets the small vertical scroll change. |
| SortingRules | Gets the collection that defines the data source sorting. |
| TextFill | Gets or sets the text fill |
| TopAdornerArrangeSlot | Gets the rectangle in grid coordinates, in which the top adorner must be arranged. Automatically updated by Nevron. |
| VerticalGridlinesStroke | Gets or sets the stroke of the vertical gridlines. |
| ViewportOrigin | Shortcut property that gets or sets the ViewportOriginX and ViewportOriginY properties |
| ViewportOriginX | Gets or sets the viewport origin X value that affects the X scrolling of the grid view. |
| ViewportOriginY | Gets or sets the viewport origin Y value that affects the Y scrolling of the grid view. |
| ViewportSize | Gets the viewport size. Automatically updated by Nevron. |
| VScrollMode | Gets or sets the scroll mode, which specifies the visibility of the vertical scrollbar. |
| WindowArea | Gets or sets the window rect. |
| WindowHeight | Gets the height of the window in which this collection is visualized. Automatically updated by Nevron. |
| WindowWidth | Gets the width of the window in which this collection is visualized. Automatically updated by Nevron. |
| WindowX | Gets the X coordinate of the window in which this collection is visualized (in parent coordinates) Automatically updated by Nevron. |
| WindowY | Gets the Y coordinate of the window in which this collection is visualized (in parent coordinates) Automatically updated by Nevron. |