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