Class SerializableGridCheckBoxColumn
Represents a class that is used to serialize and deserialize GridCheckBoxColumn property settings.
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid.Serialization
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class SerializableGridCheckBoxColumn : SerializableGridColumn
Constructors
SerializableGridCheckBoxColumn()
Declaration
public SerializableGridCheckBoxColumn()
Properties
HorizontalAlignment
Gets or sets the horizontal alignment for the column .
Declaration
public HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Type |
---|
Microsoft.UI.Xaml.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 |
VerticalAlignment
Gets or sets the vertical alignment for the column .
Declaration
public VerticalAlignment VerticalAlignment { get; set; }
Property Value
Type |
---|
Microsoft.UI.Xaml.VerticalAlignment |