The DNNTreeBuilder type exposes the following members.

Properties

  NameDescription
Public propertyBindingContainerType
Gets the type of the binding container for the control that this builder creates.
(Inherited from ControlBuilder.)
Public propertyControlType
Gets the Type for the control to be created.
(Inherited from ControlBuilder.)
Public propertyCurrentFilterResolutionService
Gets an IFilterResolutionService object that is used to manage device-filter related services when parsing and persisting controls in the designer.
(Inherited from ControlBuilder.)
Public propertyDeclareType
Gets the type that will be used by code generation to declare the control.
(Inherited from ControlBuilder.)
Protected propertyFChildrenAsProperties
Determines whether the control has a ParseChildrenAttribute with ChildrenAsProperties set to true.
(Inherited from ControlBuilder.)
Protected propertyFIsNonParserAccessor
Determines whether the control implements the IParserAccessor interface.
(Inherited from ControlBuilder.)
Public propertyHasAspCode
Gets a value indicating whether the control contains any code blocks.
(Inherited from ControlBuilder.)
Public propertyID
Gets or sets the identifier property for the control to be built.
(Inherited from ControlBuilder.)
Protected propertyInDesigner
Returns whether the ControlBuilder is running in the designer.
(Inherited from ControlBuilder.)
Protected propertyInPageTheme
Gets a Boolean value indicating whether this ControlBuilder object is used to generate page themes.
(Inherited from ControlBuilder.)
Public propertyLocalize
Gets a Boolean value indicating whether the control that is created by this ControlBuilder object is localized.
(Inherited from ControlBuilder.)
Public propertyNamingContainerType
Gets the type of the naming container for the control that this builder creates.
(Inherited from ControlBuilder.)
Public propertyPageVirtualPath
Gets the virtual path of a page to be built by this ControlBuilder instance.
(Inherited from ControlBuilder.)
Protected propertyParser
Gets the TemplateParser responsible for parsing the control.
(Inherited from ControlBuilder.)
Public propertyServiceProvider
Gets the service object for this ControlBuilder object.
(Inherited from ControlBuilder.)
Public propertyTagName
Gets the tag name for the control to be built.
(Inherited from ControlBuilder.)
Public propertyThemeResolutionService
Gets an IThemeResolutionService object that is used in design time to manage control themes and skins.
(Inherited from ControlBuilder.)

See Also