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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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