IDropDownButtonItemInfo.DropDownToggleVisible Property
In This Article
Returns a Boolean value that specifies whether the item’s toggle icon is visible.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
bool DropDownToggleVisible { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also