MindFusion.Wpf Pack Programmer's Guide
TreeGrid Properties
 


 Public Properties

  Name Description

AllowColumnReorder

Gets or sets a value indicating whether columns in this header can be reordered interactively. This is a dependency property. (Inherited from DataGrid.)

AlternatingRowBackground

Gets or sets the background brush of alternating grid rows. This is a dependency property. (Inherited from DataGrid.)

AlternatingRowBorderBrush

Gets or sets the border brush of alternating grid rows. This is a dependency property. (Inherited from DataGrid.)

AlternatingRowBorderThickness

Gets or sets the border thickness of alternating grid rows. This is a dependency property. (Inherited from DataGrid.)

AutoGenerateColumns

Gets or sets a value indicating whether to automatically generate the necessary grid columns based on the properties of the items in the underlying Items collection. This is a dependency property. (Inherited from DataGrid.)

CellBorderBrush

Gets or sets the border brush of the cells in the grid. This is a dependency property. (Inherited from DataGrid.)

CellBorderThickness

Gets or sets the border thickness of the cells in the grid. This is a dependency property. (Inherited from DataGrid.)

Columns

Gets or sets a list with the columns displayed in the grid. (Inherited from DataGrid.)

CurrentCell

Gets or sets the GridCell within this grid, which is currently holding the input focus. This is a dependency property. (Inherited from DataGrid.)

DataType

Gets or sets the type of the data contained in the grid. This is a dependency property.

HeaderBackground

Gets or sets the brush used to fill the header background. This is a dependency property. (Inherited from DataGrid.)

HeaderBorderBrush

Gets or sets border brush of the grid header. This is a dependency property. (Inherited from DataGrid.)

HeaderBorderThickness

Gets or sets the border thickness of the grid header. This is a dependency property. (Inherited from DataGrid.)

HeaderContentTemplate

Gets or sets the template to use for the individual column headers. This is a dependency property. (Inherited from DataGrid.)

HeaderFontSize

Gets or sets the size of the texts displayed in the grid header. This is a dependency property. (Inherited from DataGrid.)

HeaderForeground

Gets or sets the brush used to draw the texts displayed in the grid header. This is a dependency property. (Inherited from DataGrid.)

HeaderMargin

Gets or sets the margin of the texts displayed in the grid header. This is a dependency property. (Inherited from DataGrid.)

LicenseKey

Gets or sets the license key of the control. (Inherited from DataGrid.)

RowBackground

Gets or sets the background brush of grid rows. This is a dependency property. (Inherited from DataGrid.)

RowBorderBrush

Gets or sets the border brush of grid rows. This is a dependency property. (Inherited from DataGrid.)

RowBorderThickness

Gets or sets the border thickness of grid rows. This is a dependency property. (Inherited from DataGrid.)

RowHeadersVisible

Gets or sets a value indicating whether row headers are visible. This is a dependency property. (Inherited from DataGrid.)

 See Also

TreeGrid Class
MindFusion.DataViews.Wpf Namespace