Class GridTreeSerializableProperty
This class used to store the Seralizable Property
Inheritance
System.Object
GridTreeSerializableProperty
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridTreeSerializableProperty : GridModel, IGridVolatileCellStylesHost, IOperationFeedbackProvider, IDisposable
Constructors
GridTreeSerializableProperty()
Declaration
public GridTreeSerializableProperty()
Properties
AllowAutoSizingNodeColumn
Declaration
public bool AllowAutoSizingNodeColumn { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowDragColumns
Declaration
public bool AllowDragColumns { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowSort
Declaration
public bool AllowSort { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableHotRowMarker
Declaration
public bool EnableHotRowMarker { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableNodeSelection
Declaration
public bool EnableNodeSelection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRenderCheckIfGlyphNeeded
Declaration
public bool EnableRenderCheckIfGlyphNeeded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableSelections
Declaration
public bool EnableSelections { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ExpandStateAtStartUp
Declaration
public GridTreeStartUpExpandState ExpandStateAtStartUp { get; set; }
Property Value
FreezeExpandColumn
Declaration
public bool FreezeExpandColumn { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HideEmptyChildGlyphs
Declaration
public bool HideEmptyChildGlyphs { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IgnoreResetOnListChanged
Declaration
public bool IgnoreResetOnListChanged { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ReadOnly
Declaration
public bool ReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowColumnHeaders
Declaration
public bool ShowColumnHeaders { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowExpandColumnBorders
Declaration
public bool ShowExpandColumnBorders { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowRowHeader { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SortProperty
Declaration
public string SortProperty { get; set; }
Property Value
Type |
Description |
System.String |
|
SortStates
Declaration
public List<SortState> SortStates { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<SortState> |
|
SupportNodeImages
Declaration
public bool SupportNodeImages { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SupportRowSizing
Declaration
public bool SupportRowSizing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TrackSelectionOnCollectionChange
Declaration
public bool TrackSelectionOnCollectionChange { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
VisualStyle
Declaration
public VisualStyle VisualStyle { get; set; }
Property Value
Implements
System.IDisposable
Extension Methods