Class SerializableGridUnBoundColumn
Represents a class that is used to serialize and deserialize GridUnBoundColumn property settings.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.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 |