dbicExplorerBar Send comments on this topic.
ItemIndent Property
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerBar Class : ItemIndent Property

Gets or sets the width of the indent between the sides of the control, and the list and item objects.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ItemIndent As Integer
C# 
public virtual int ItemIndent {get; set;}

Property Value

Integer

Remarks

This property is only valid when ControlType Property is Explorer

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also