Class SerializableDataGridStackedColumn
Represents a class that is used to serialize and deserialize StackedColumn property settings.
Inheritance
System.Object
SerializableDataGridStackedColumn
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class SerializableDataGridStackedColumn : Object
Constructors
SerializableDataGridStackedColumn()
Declaration
public SerializableDataGridStackedColumn()
Properties
ColumnMappingNames
Gets or sets the name of child columns that need to be stacked under the specified serializable stacked column.
Declaration
public string ColumnMappingNames { get; set; }
Property Value
Type |
---|
System.String |
MappingName
Gets or sets the mapping name of the serializable stacked column.
Declaration
public string MappingName { get; set; }
Property Value
Type |
---|
System.String |
Text
Gets or sets the text of the serializable stacked column.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |