Skip to main content
A newer version of this page is available. .

LayoutView.CustomSeparatorStyle Event

Enables you to change the separator’s width and customize its appearance.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DXCategory("Behavior")]
public event LayoutViewCustomSeparatorStyleEventHandler CustomSeparatorStyle

Event Data

The CustomSeparatorStyle event's data class is DevExpress.XtraGrid.Views.Layout.Events.LayoutViewCustomSeparatorStyleEventArgs.

Remarks

To specify the separator’s width, assign the required width to the e.Width parameter. To customize the separator’s appearance, use the settings provided by the e.Appearance object.

Important

Never change cell values or modify the control’s layout on this event, or any other event designed to tune the control’s appearance. Any action that causes a layout update can cause the control to malfunction.

See Also