Skip to main content

ExpandContainer.ExpandButtonStyle Property

Gets or sets the style applied to the container’s Expand button.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Style ExpandButtonStyle { get; set; }

Property Value

Type Description
Style

The style applied to the container’s Expand button.

Remarks

The type for which the style is intended (TargetType) is ExpandButton.

See Also