Skip to main content
All docs
V25.1
  • IDropDownListEditorBase<TData, TValue>.InputCssClass Property

    Assigns a CSS class to the editor’s input.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.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