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

CustomDrawFrozenPaneBorderEventArgs.ForeColor Property

Gets the color of the frozen pane border line.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v19.2.dll

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