DxDropDownBox Members
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Attributes |
Specifies a collection of standard HTML attributes applied to the component.
Inherited from Dx |
Buttons |
Allows you to add command buttons to the Drop |
Clear |
Specifies whether the editor displays the Clear button when the editor is not empty. |
Css |
Assigns a CSS class to the component.
Inherited from Dx |
Drop |
Assigns a CSS class to the drop-down body in Dx .
|
Drop |
Specifies a template for the drop-down window’s body. |
Drop |
Assigns a CSS class to the editor’s drop-down window. |
Drop |
Specifies the direction in which the drop-down window is displayed relative to the editor’s input element. |
Drop |
Specifies a template for the drop-down window’s footer. |
Drop |
Specifies a template for the drop-down window’s header. |
Drop |
Specifies the current state (displayed/hidden) of a drop-down window. |
Drop |
Specifies the width of the drop-down window. |
Edit |
Specifies the template used to display edit box content. |
Enabled |
Specifies whether the component can respond to user interactions.
Inherited from Dx |
Id |
Specifies the component’s unique identifier.
Inherited from Dx |
Input |
Assigns a CSS class to the editor’s input. |
Input |
Specifies a unique identifier (ID) of the editor’s input element. |
Null |
Specifies the prompt text displayed in the editor when its value is null .
|
Query |
Defines text displayed in the editor input element. |
Read |
Specifies whether the read-only mode is active.
Inherited from Dx |
Show |
Specifies whether the editor displays the built-in button that invokes a drop-down window. |
Show |
Specifies whether the editor shows a validation icon. |
Show |
Specifies whether the editor indicates successful validation. When an input value is valid, the editor displays a green outline and can show a success icon.
Inherited from Dx |
Size |
Specifies the component’s size.
Inherited from Dx |
Validation |
Specifies whether the editor validates user input.
Inherited from Dx |
Value | Specifies the editor value. |
Value |
Specifies a lambda expression that identifies the Value property’s bound value when the editor is placed in the Edit |
#Methods
Name | Description |
---|---|
Begin |
Suspends component updates caused by parameter changes and method calls until the End |
End |
Resumes component updates (when the Begin |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Focus |
Moves focus to the Dx component.
|
Get |
Returns a text defined by the Query |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hide |
Hides the editor’s drop-down window. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Show |
Displays the editor’s drop-down window. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Drop |
Fires before the drop-down window is closed. |
Drop |
Fires when an editor’s drop-down window visibility is changed. |
Value |
Fires when the editor value changes. |