Back to Devexpress

ASPxSplitter.Styles Property

aspnet-devexpress-dot-web-dot-aspxsplitter-095a30ce.md

latest2.3 KB
Original Source

ASPxSplitter.Styles Property

Provides access to the style settings that define the appearance of the ASPxSplitter ‘s different elements.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public SplitterStyles Styles { get; }
vb
Public ReadOnly Property Styles As SplitterStyles

Property Value

TypeDescription
SplitterStyles

A SplitterStyles object that contains element style settings.

|

Remarks

The SplitterStyles object provides a number of properties that allow style settings of the ASPxSplitter‘s various elements to be customized.

See Also

HorizontalSeparator

HorizontalSeparatorButton

HorizontalSeparatorCollapsed

Pane

PaneCollapsed

ResizingPointer

Separator

SeparatorButton

SeparatorCollapsed

VerticalSeparator

VerticalSeparatorButton

VerticalSeparatorCollapsed

Splitter

ASPxSplitter Class

ASPxSplitter Members

DevExpress.Web Namespace