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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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