Skip to main content

CustomDrawFrozenPaneBorderEventArgs.Width Property

Gets the width of the frozen pane border line.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

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