Interface IIndentItem
Describes the indentation level of items in a tree list view.
Namespace: Phoenix.Controls
Assembly: Phoenix.Controls.TreeListView.dll
Syntax
public interface IIndentItem
Properties
View SourceIndentWidth
Gets or sets the base width of the indentation that should be used together with the level of this item.
Declaration
double IndentWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Level
Gets or sets the level in the view for this item.
Declaration
int Level { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |