[]
Gets or sets a value indicating whether the details is hidden.
public Visibility Visibility { get; set; }
| Type | Description |
|---|---|
| Visibility | A Visibility object representing the visibility of the details. |
Details details = new Details();
details.Visibility = new Visibility { Hidden = ExpressionInfo.FromString("true") };