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