Back to Devexpress

ToolbarToggleButton.ViewStyle Property

maui-devexpress-dot-maui-dot-controls-dot-toolbartogglebutton-7e7cc39a.md

latest1.1 KB
Original Source

ToolbarToggleButton.ViewStyle Property

Gets or sets the style of the DXToggleButton control within the ToolbarToggleButton. This is a bindable property.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
[DXStyleTargetType(typeof(DXToggleButton))]
public Style ViewStyle { get; set; }

Property Value

TypeDescription
Style

The style of the DXToggleButton control.

|

See Also

ToolbarToggleButton Class

ToolbarToggleButton Members

DevExpress.Maui.Controls Namespace