DXExpander.CollapsedOpacity Property
Gets or sets the control opacity in the collapsed state. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public double CollapsedOpacity { get; set; }
Property Value
Type | Description |
---|---|
Double | The control opacity. |
See Also