Class SerializableTreeGridCheckBoxColumn
Represents a class that is used to serialize and deserialize TreeGridCheckBoxColumn property settings.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class SerializableTreeGridCheckBoxColumn : SerializableTreeGridColumn
Constructors
SerializableTreeGridCheckBoxColumn()
Declaration
public SerializableTreeGridCheckBoxColumn()
Properties
HorizontalAlignment
Gets or sets the horizontal alignment for the column.
Declaration
public HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
| Type |
|---|
| System.Windows.HorizontalAlignment |
IsThreeState
Gets or sets a value that indicates whether the user can enable the Intermediate state of the CheckBox other than the Checked and Unchecked state
Declaration
public bool IsThreeState { get; set; }
Property Value
| Type |
|---|
| System.Boolean |