IAccordionItemInfo.Enabled Property
Returns whether the Accordion item is enabled.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
bool Enabled { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
Use the IAccordionItemInfo.Enabled
property to determine if the Accordion item is enabled.
See Also