IExpander Interface
Definition
Represents an element which may expand.
public interface IExpander
Properties
| Name | Description |
|---|---|
| IsExpanded | Gets or sets a value indicating whether the element is expanded. |
| ShowExpander | Gets or sets a value indicating whether expander should be shown. |
IsExpanded Property
Gets or sets a value indicating whether the element is expanded.
public bool IsExpanded { get; set; }
ShowExpander Property
Gets or sets a value indicating whether expander should be shown.
public bool ShowExpander { get; set; }