SplitterPane.Separators Property
Gets settings defining the appearance of separators which are displayed within the current pane, between its child panes.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public SplitterSeparators Separators { get; }
Public ReadOnly Property Separators As SplitterSeparators
Property Value
Type | Description |
---|---|
SplitterSeparators | A SplitterSeparators object that contains settings for separators. |
Available values:
Name | Description |
---|---|
ForwardCollapseButtonImage | Gets the settings of an image displayed within the collapse forward button element. |
BackwardCollapseButtonImage | Gets the settings of an image displayed within the collapse backward button element. |
Image | Gets the settings of an image displayed within the separator image element of a pane's child pane separators. |
ButtonStyle | Gets style settings that define the appearance of buttons (such as the collapse backward button and collapse forward button) within a separator. |
CollapsedStyle | Gets style settings defining the appearance of a pane's child pane separators in the collapsed state. |
SeparatorStyle | Gets style settings defining the appearance of a separator (or the pane's child pane separators). |
Visible | Gets or sets a value specifying the visibility of a pane's child pane separators. |
Size | Gets or sets the size of a pane's child pane separators (height or width upon the orientation). |
Owner | Gets a pane that owns the current SplitterSeparators object. |
Assign(PropertiesBase) | Copies the settings from the specified object to the current one. |
SplitterSeparators(IPropertiesOwner, Boolean) | Initializes a new instance of the SplitterSeparators class with specified settings. |
SplitterSeparators(IPropertiesOwner) | Initializes a new instance of the SplitterSeparators class with specified settings. |
Remarks
This property is not in effect for a pane, if it doesn't have child panes.
Settings exposed by the Separators property allow you to override common separator settings (declared at the splitter control's level) for an individual pane.