Skip to main content
All docs
V24.1

DxDropDownListEditorBase<TData, TValue>.InputCssClass Property

Specifies CSS classes applied to the editor’s input.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(null)]
[Parameter]
public string InputCssClass { get; set; }

Property Value

Type Default Description
String null

The input’s CSS class names separated by a space.

Implements

DevExpress.Blazor.IDropDownListEditorBase<TData, TValue>.InputCssClass
See Also