Click or drag to resize
KaxFileBrowserTreePaneWidth Property
Gets or sets the width of the file explorer's tree pane

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public Unit TreePaneWidth { get; set; }

Property Value

Type: Unit
A System.Web.UI.WebControls.Unit that represents the width of the control. The default is 222 pixels.
Exceptions
ExceptionCondition
ArgumentExceptionThe width of the Web server control was set to a negative value.
See Also