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

Gets or sets the width of a column when multiple columns are being displayed.

Syntax

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

Property Value

integer

Remarks

This property is only valid when ControlType Property is Navigation or SideBar

Requirements

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

See Also