ColumnCaptionAsAlias Property (C1FlexGrid)
In This Topic
Gets or sets the
System.Boolean value specifying whether the column caption will be used as an alias in expressions.
Syntax
'Declaration
Public Property ColumnCaptionAsAlias As Boolean
public bool ColumnCaptionAsAlias {get; set;}
See Also