Skip to main content
Tab

RibbonStyles.MinimizeButton Property

Gets the style settings that define the appearance of the minimize button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ButtonStyle MinimizeButton { get; }

Property Value

Type Description
ButtonStyle

A ButtonStyle object that contains the style settings.

See Also