DXExpander.SetIsExpanded(Boolean, Boolean) Method
Specifies the value of the IsExpanded property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public void SetIsExpanded(
bool value,
bool useAnimation = true
)
Parameters
Name | Type | Description |
---|---|---|
value | Boolean |
|
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
useAnimation | Boolean | True | Enable animation effects. |
See Also