IDropDownListEditorBase<TData, TValue>.InputCssClass Property
Assign a CSS class to the editor’s input.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
string InputCssClass { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | null | The input’s CSS class names separated by a space. |
Remarks
For more information on how to apply CSS classes to DevExpress Blazor components, refer to the following help topic: CSS Classes.
See Also