Skip to main content

CustomDrawFrozenPaneBorderEventArgs.ForeColor Property

Gets the color of the frozen pane border line.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

public Color ForeColor { get; }

Property Value

Type Description
Color

A Color structure that specifies the color of the frozen pane border line.

See Also