SplitterSeparatorButtonStyle Class
In This Article
Contains style settings that define the appearance of button elements (such as the collapse backward button and collapse forward button) within the ASPxSplitter control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class SplitterSeparatorButtonStyle :
SplitterSimpleStyle
#Related API Members
The following members return SplitterSeparatorButtonStyle objects:
#Remarks
These settings can be accessed using the following properties:
Control Level:
- SplitterStyles.HorizontalSeparatorButton
- SplitterStyles.SeparatorButton
- SplitterStyles.VerticalSeparatorButton
Pane Level:
#Inheritance
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
AppearanceStyle
SplitterStyle
SplitterSimpleStyle
SplitterSeparatorButtonStyle
See Also