Share via


MetaDataNavTree.InitialTreeViewWidth property

This member is reserved for internal use and is not intended to be used directly from your code. Gets or sets the initial width of the TreeViewRememberScroll.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public Property InitialTreeViewWidth As Unit
    Get
    Set
'Usage
Dim instance As MetaDataNavTree
Dim value As Unit

value = instance.InitialTreeViewWidth

instance.InitialTreeViewWidth = value
public Unit InitialTreeViewWidth { get; set; }

Property value

Type: System.Web.UI.WebControls.Unit
The Unit structure that represents the initial width of the TreeViewRememberScroll.

See also

Reference

MetaDataNavTree class

MetaDataNavTree members

Microsoft.Office.Server.WebControls namespace