Class SerializableDataGridUnboundColumn
Represents a class that is used to serialize and deserialize DataGridUnboundColumn property settings.
Inherited Members
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class SerializableDataGridUnboundColumn : SerializableDataGridColumn
Constructors
SerializableDataGridUnboundColumn()
Declaration
public SerializableDataGridUnboundColumn()
Properties
CaseSensitive
Gets or sets a value that indicates whether the case sensitive is enabled in SerializableDataGridUnboundColumn.
Declaration
public bool CaseSensitive { get; set; }
Property Value
Type |
---|
System.Boolean |
Expression
Gets or sets the expression used to calculate the values in Serializable DataDataGridUnboundColumn.
Declaration
public string Expression { get; set; }
Property Value
Type |
---|
System.String |