KaxFileBrowserTreePaneWidth Property |
Gets or sets the width of the file explorer's tree pane
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Unit TreePaneWidth { get; set; }
Public Property TreePaneWidth As Unit
Get
Set
public:
property Unit TreePaneWidth {
Unit get ();
void set (Unit value);
}
member TreePaneWidth : Unit with get, set
Property Value
Type:
Unit
A System.Web.UI.WebControls.Unit that represents the width of the control.
The default is 222 pixels.
ExceptionsException | Condition |
---|
ArgumentException | The width of the Web server control was set to a negative value. |
See Also