ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / Column Class / AllowExpressionEditing Property

In This Topic
    AllowExpressionEditing Property
    In This Topic
    Gets or sets whether the Expression property of this column can be edited by clicking on the ExpressionEditor icon in the column header.
    Syntax
    'Declaration
     
    Public Property AllowExpressionEditing As Boolean
    public bool AllowExpressionEditing {get; set;}
    See Also