Skip to main content

DxDropDownBase<T, JSProxyType> Members

Provides base API for editors with drop-down windows.

Properties

Name Description
CssClass Specifies the name of the component’s CSS class. Inherited from DxComponentBase.
DropDownDirection Specifies the direction in which the drop-down window is displayed relative to the editor’s input element.
DropDownVisible Specifies the current state (displayed/hidden) of a drop-down window.
Enabled Specifies whether an editor is enabled. Inherited from DxDataEditorBase<T, JSProxyType>.
SizeMode Specifies an editor size. Inherited from DxResizableEditorBase<T, JSProxyType>.

Methods

Name Description
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.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
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.
ShowDropDown() Displays an editor’s drop-down window.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
DropDownVisibleChanged Fires when an editor’s drop-down window visibility is changed.
See Also