Skip to main content

TdxNavBarHamburgerMenuViewOptions.ChildLevelIndent Property

Specifies the indent size (in pixels) for nested items in all groups.

Declaration

property ChildLevelIndent: Integer read; write; default -1;

Property Value

Type
Integer

Remarks

Use this property to adjust the indent size for nested group items.

If the ChildLevelIndent property is set to -1, the NavBar control’s look & feel settings define the indent size for nested group items.

The ChildLevelIndent property’s default value is -1.

See Also