DxDropDownBase<T, JSProxyType> Properties
Provides base API for editors with drop-down windows.Name | Description |
---|---|
CssClass | Assign a CSS class to the component. 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>. |
See Also