True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DisplayColumn Class / AllowExpressionEditing Property

In This Topic
    AllowExpressionEditing Property (C1DisplayColumn)
    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 System.Boolean
    public System.bool AllowExpressionEditing {get; set;}
    See Also