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

In This Topic
    ExpandLastExpression Property (ExpressionInfo)
    In This Topic
    Gets or sets the value indicating whether the last expression expand to all subsequent levels of the TreeView even if the expression is not defined for them.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ExpressionInfo.ExpandLastExpression", "Gets or sets the value indicating whether the last expression expand to all subsequent levels of the TreeView even if the expression is not defined for them.")>
    <DefaultValueAttribute(False)>
    <C1CategoryAttribute("Behavior")>
    Public Property ExpandLastExpression As Boolean
    [C1Description("ExpressionInfo.ExpandLastExpression", "Gets or sets the value indicating whether the last expression expand to all subsequent levels of the TreeView even if the expression is not defined for them.")]
    [DefaultValue(false)]
    [C1Category("Behavior")]
    public bool ExpandLastExpression {get; set;}
    Exceptions
    ExceptionDescription
    Represents errors that occur during operations with C1ExpressionEditor.
    See Also