Skip to main content
All docs
V18.2

ASPxDesignerControlsFactory Methods

Enables you to customize controls available in the Toolbox of the Web Report Designer.
Name Description
createPopularBindingInfo(ASPxDesignerElementSerializationInfoWithBindings, Boolean) Create a new object that stores information required to display element properties in the list of popular actions.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
getControlInfo(String) Returns information about the specified toolbox control.
getControlType(Object) Returns a control type by the specified model.
GetHashCode() Serves as the default hash function. Inherited from Object.
getPropertyInfo(String, String) Returns information about the specified property of the specified control.
GetType() Gets the Type of the current instance. Inherited from Object.
hideExpressionBindings(String, String[]) Hides the specified properties for the specified control from the Properties panel’s Expressions tab.
inheritControl(String, ASPxDesignerToolboxItem) Inherits a new control from the specified parent control and extends it with the specified options.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
registerControl(String, ASPxDesignerToolboxItem) Registers the specified control in the Toolbox of the Web Report Designer.
setExpressionBinding(String, String, String[], String, String[]) Adds a new specified property for the specified control to the End-User Report Designer’s Expressions tab.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also