IBarDropDown.DropDownHeader Property
Specifies a header for the drop-down window.
Namespace: DevExpress.Blazor.Office
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
string DropDownHeader { get; set; }
Property Value
Type | Description |
---|---|
String | The drop-down window’s header. |
Remarks
Refer to the IBarDropDown interface description for more information and an example.
See Also