SplitterSeparators.ButtonStyle Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public SplitterSeparatorButtonStyle ButtonStyle { get; }
#Property Value
Type | Description |
---|---|
Splitter |
A Splitter |
#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