Show / Hide Table of Contents

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 Source

IndentWidth

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
View Source

Level

Gets or sets the level in the view for this item.

Declaration
int Level { get; set; }
Property Value
Type Description
System.Int32
  • View Source
In This Article
Back to top Generated by DocFX