This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.TreePaneWidth Property

Width of the folder tree pane.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property TreePaneWidth As Integer
C#
public int TreePaneWidth { get; set; }

Property Value

An integer value that specifies a width of the folder tree pane (in pixels). If the value is -1, the folder tree is invisible.

Default value is 234.

Remarks

This property corresponds to TreePaneWidth client-side property.

See Also

Reference