[]
Gets or sets an expression for label of the table of contents.
[ExpressionBaseType(typeof(string))]
public ExpressionInfo LabelExpression { get; set; }
| Type | Description |
|---|---|
| ExpressionInfo | An ExpressionInfo object that evaluates to an string value indicating the label of the ToC. |