FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / C1FlexGrid Class / ColumnCaptionAsAlias Property

In This Topic
    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