Skip to main content
A newer version of this page is available. .
Tab

SplitterSeparators.ButtonStyle Property

Gets style settings that define the appearance of buttons (such as the collapse backward button and collapse forward button) within a separator.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public SplitterSeparatorButtonStyle ButtonStyle { get; }

Property Value

Type Description
SplitterSeparatorButtonStyle

A SplitterSeparatorButtonStyle object that contains style settings.

Remarks

The ButtonStyle property provides access to the settings that define the appearance of the collapse backward button and collapse forward button displayed by separators.

The ButtonStyle property overrides the common appearance defined for separator collapse buttons via the SplitterStyles.SeparatorButton property, available via the control’s ASPxSplitter.Styles property.

See Also