[]
Gets or sets a Boolean expression that indicates whether the item is initially hidden.
public ExpressionInfo Hidden { get; set; }
| Type | Description |
|---|---|
| ExpressionInfo | An ExpressionInfo object that evaluates to a bool value indicating whether the item is initially hidden. The default value is |
visibility.Hidden = ExpressionInfo.FromString("true");