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
<C1CategoryAttribute("Behavior")>
<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)>
Public Property ExpandLastExpression As Boolean
[C1Category("Behavior")]
[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)]
public bool ExpandLastExpression {get; set;}
Exceptions
Exception | Description |
ExpressionException | Represents errors that occur during operations with C1ExpressionEditor. |
See Also