Class SerializableGridUnboundColumn
Represents a class that is used to serialize and deserialize GridUnboundColumn property settings.
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid.Serialization
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class SerializableGridUnboundColumn : SerializableGridColumn
Constructors
SerializableGridUnboundColumn()
Declaration
public SerializableGridUnboundColumn()
Properties
CaseSensitive
Gets or sets a value that indicates whether the case sensitive is enabled in SerializableGridUnBoundColumn.
Declaration
public bool CaseSensitive { get; set; }
Property Value
Type |
---|
System.Boolean |
Expression
Gets or sets the expression used to calculate the values in SerializableGridUnBoundColumn.
Declaration
public string Expression { get; set; }
Property Value
Type |
---|
System.String |
Format
Gets or sets the format of value displayed in SerializableGridUnBoundColumn.
Declaration
public string Format { get; set; }
Property Value
Type |
---|
System.String |