Class GridTreeSerializableProperty
This class used to store the Seralizable Property
Inheritance
System.Object
GridTreeSerializableProperty
Implements
System.IDisposable
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
AllowDragColumns
Declaration
public bool AllowDragColumns { get; set; }
Property Value
AllowSort
Declaration
public bool AllowSort { get; set; }
Property Value
EnableHotRowMarker
Declaration
public bool EnableHotRowMarker { get; set; }
Property Value
EnableNodeSelection
Declaration
public bool EnableNodeSelection { get; set; }
Property Value
EnableRenderCheckIfGlyphNeeded
Declaration
public bool EnableRenderCheckIfGlyphNeeded { get; set; }
Property Value
EnableSelections
Declaration
public bool EnableSelections { get; set; }
Property Value
ExpandStateAtStartUp
Declaration
public GridTreeStartUpExpandState ExpandStateAtStartUp { get; set; }
Property Value
FreezeExpandColumn
Declaration
public bool FreezeExpandColumn { get; set; }
Property Value
HideEmptyChildGlyphs
Declaration
public bool HideEmptyChildGlyphs { get; set; }
Property Value
IgnoreResetOnListChanged
Declaration
public bool IgnoreResetOnListChanged { get; set; }
Property Value
ReadOnly
Declaration
public bool ReadOnly { get; set; }
Property Value
ShowColumnHeaders
Declaration
public bool ShowColumnHeaders { get; set; }
Property Value
ShowExpandColumnBorders
Declaration
public bool ShowExpandColumnBorders { get; set; }
Property Value
Declaration
public bool ShowRowHeader { get; set; }
Property Value
SortProperty
Declaration
public string SortProperty { get; set; }
Property Value
SortStates
Declaration
public List<SortState> SortStates { get; set; }
Property Value
Type |
System.Collections.Generic.List<SortState> |
SupportNodeImages
Declaration
public bool SupportNodeImages { get; set; }
Property Value
SupportRowSizing
Declaration
public bool SupportRowSizing { get; set; }
Property Value
TrackSelectionOnCollectionChange
Declaration
public bool TrackSelectionOnCollectionChange { get; set; }
Property Value
VisualStyle
Declaration
public VisualStyle VisualStyle { get; set; }
Property Value
Implements
System.IDisposable
Extension Methods