Class SerializableGridUnboundColumn
Represents a class that is used to serialize and deserialize GridUnboundColumn property settings.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.DataGrid.Serialization
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class SerializableGridUnboundColumn : SerializableGridColumn
Constructors
SerializableGridUnboundColumn()
Declaration
public SerializableGridUnboundColumn()
Properties
CaseSensitive
Gets or sets a value indicating whether the expression should be calculated for the columns based on the mapping name with case sensitive.
Declaration
public bool CaseSensitive { get; set; }
Property Value
Type |
---|
System.Boolean |
Expression
Gets or sets an expression which is used to calculate the values for GridUnboundColumn".
Declaration
public string Expression { get; set; }
Property Value
Type |
---|
System.String |
Format
Gets or sets the format pattern string for a column. The composite format pattern string also can be provided.
Declaration
public string Format { get; set; }
Property Value
Type |
---|
System.String |