ASPxSplitter.SeparatorSize Property
Gets or sets the size of separators within the ASPxSplitter.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Unit | String.Empty | A Unit object that represents the size. |
Remarks
This property affects all separators displayed within the ASPxSplitter control. It specifies the width for vertical separators and the height for horizontal separators.
The ASPxSplitter property’s value can be overridden at the level of individual panes, using the SplitterSeparators.Size property, which can be accessed via the SplitterPane.Separators property.
The separator size can be defined only in pixel-compatible size units (that is, all measurement units are supported with the exception of the UnitType.Em, UnitType.Ex and UnitType.Percentage). The separator size cannot be less than 1px.