Skip to main content

LayoutGroup.ExpandButtonStyle Property

Gets or sets the style applied to the 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 Expand button.

Remarks

The TargetType is ExpandButton.

See Also