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

CustomDrawFrozenPaneBorderEventArgs.Width Property

Gets the width of the frozen pane border line.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v19.2.dll

Declaration

public float Width { get; }

Property Value

Type Description
Single

A Single value that specifies the width of the frozen pane border line.

See Also