Skip to main content
All docs
V25.1
  • DropDownBoxEditBoxDisplayTemplateContext.DropDownBox Property

    Returns the processed drop-down box editor.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public IDropDownBox DropDownBox { get; }

    Property Value

    Type Description
    IDropDownBox

    An object that implements the IDropDownBox interface and contains drop-down box settings.

    See Also