TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / ExpressionInfo Class / Expressions Property

In This Topic
    Expressions Property (ExpressionInfo)
    In This Topic
    Gets or sets the expressions for column.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("ExpressionInfo.Expressions", "Gets or sets the expressions for column.")>
    <DefaultValueAttribute("")>
    <EditorAttribute(C1.Win.TreeView.Design.ExpressionEditorUITypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Property Expressions As String()
    [C1Category("Behavior")]
    [C1Description("ExpressionInfo.Expressions", "Gets or sets the expressions for column.")]
    [DefaultValue("")]
    [Editor(C1.Win.TreeView.Design.ExpressionEditorUITypeEditor, System.Drawing.Design.UITypeEditor)]
    public string[] Expressions {get; set;}
    Exceptions
    ExceptionDescription
    Represents errors that occur during operations with C1ExpressionEditor.
    See Also