Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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