Back to Devexpress

SplitterSeparatorStyleBase Class

aspnet-devexpress-dot-web-93d95a7f.md

latest2.6 KB
Original Source

SplitterSeparatorStyleBase Class

Contains styles settings defining the appearance of the ASPxSplitter’s separators in the collapsed state.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class SplitterSeparatorStyleBase :
    SplitterSimpleStyle
vb
Public Class SplitterSeparatorStyleBase
    Inherits SplitterSimpleStyle

The following members return SplitterSeparatorStyleBase objects:

Remarks

These settings can be accessed via the SplitterStyles.HorizontalSeparatorCollapsed, SplitterStyles.SeparatorCollapsed and SplitterStyles.VerticalSeparatorCollapsed properties.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle SplitterStyle SplitterSimpleStyle SplitterSeparatorStyleBase SplitterSeparatorStyle

See Also

SplitterSeparatorStyleBase Members

DevExpress.Web Namespace