ListControlBuilder Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| BindingContainerType | Gets the type of the binding container for the control that this builder creates. (Inherited from ControlBuilder.) |
| ControlType | Gets the Type for the control to be created. (Inherited from ControlBuilder.) |
| CurrentFilterResolutionService | Gets an IFilterResolutionService object that is used to manage device-filter related services when parsing and persisting controls in the designer. (Inherited from ControlBuilder.) |
| DeclareType | Gets the type that will be used by codegen to declare the control. (Inherited from ControlBuilder.) |
| HasAspCode | Gets a value indicating whether the control contains any code blocks. (Inherited from ControlBuilder.) |
| ID | Gets or sets the identifier property for the control to be built. (Inherited from ControlBuilder.) |
| Localize | Gets a Boolean value indicating whether the control that is created by this ControlBuilder object is localized. (Inherited from ControlBuilder.) |
| NamingContainerType | Gets the type of the naming container for the control that this builder creates. (Inherited from ControlBuilder.) |
| ServiceProvider | Gets the service object for this ControlBuilder object. (Inherited from ControlBuilder.) |
| TagName | Gets the tag name for the control to be built. (Inherited from ControlBuilder.) |
| ThemeResolutionService | Gets an IThemeResolutionService object that is used in design time to manage control themes and skins. (Inherited from ControlBuilder.) |
| Name | Description | |
|---|---|---|
| FChildrenAsProperties | Determines whether the control has a ParseChildrenAttribute with ChildrenAsProperties set to true. (Inherited from ControlBuilder.) |
| FIsNonParserAccessor | Determines whether the control implements the IParserAccessor interface. (Inherited from ControlBuilder.) |
| InDesigner | Returns whether the ControlBuilder is running in the designer. (Inherited from ControlBuilder.) |
| InPageTheme | Gets a Boolean value indicating whether this ControlBuilder object is used to generate page themes. (Inherited from ControlBuilder.) |
| Parser | Gets the TemplateParser responsible for parsing the control. (Inherited from ControlBuilder.) |
Community Additions
ADD
Show: