Theme class of ASTreeView. It applies different themes for ASTreeView.


The following tables list the members exposed by ASTreeViewTheme.

Public Constructors

  Name Description
Public method ASTreeViewTheme Initializes a new instance of the ASTreeViewTheme class.
Top

Public Properties

  Name Description
Public property BasePath Gets or sets the base path.
Public property CssClass Gets or sets the CSS class.
Public property CssClassCheckbox Gets or sets the CSS class checkbox.
Public property CssClassIcon Gets or sets the CSS class icon.
Public property CssClassPlusMinusIcon Gets or sets the CSS class plus minus icon.
Public property CssFile Gets or sets the CSS file.
Public property DefaultFolderIcon Gets or sets the default folder icon.
Public property DefaultFolderOpenIcon Gets or sets the default folder open icon.
Public property DefaultNodeIcon Gets or sets the default node icon.
Public property ImagePath Gets or sets the image path.
Public property ImgCheckboxChecked Gets or sets the img checkbox checked.
Public property ImgCheckboxHalfChecked Gets or sets the img checkbox half checked.
Public property ImgCheckboxUnchecked Gets or sets the img checkbox unchecked.
Public property ImgDragDropIndicator Gets or sets the img drag drop indicator.
Public property ImgDragDropIndicatorSub Gets or sets the img drag drop indicator sub.
Public property ImgMinusIcon Gets or sets the img minus icon.
Public property ImgPlusIcon Gets or sets the img plus icon.
Top

See Also