Back to Devexpress

CustomDrawFrozenPaneBorderEventArgs Properties

windowsforms-devexpress-dot-xtraspreadsheet-dot-customdrawfrozenpanebordereventargs-dot-underscore-properties.md

latest2.1 KB
Original Source

CustomDrawFrozenPaneBorderEventArgs Properties

Provides data for the SpreadsheetControl.CustomDrawFrozenPaneBorder event.

NameDescription
CacheGets an object that serves as the storage for pens, fonts and brushes. Inherited from CustomDrawObjectEventsArgs.
ForeColorGets the color of the frozen pane border line.
GraphicsGets an object used for painting. Inherited from CustomDrawObjectEventsArgs.
HandledGets or sets whether an event is handled. If true, the default actions are not required. Inherited from CustomDrawObjectEventsArgs.
Point1Gets the first endpoint of the frozen pane border line.
Point2Gets the second endpoint of the frozen pane border line.
TypeGets whether the frozen pane is vertical or horizontal.
WidthGets the width of the frozen pane border line.

See Also

CustomDrawFrozenPaneBorderEventArgs Class

CustomDrawFrozenPaneBorderEventArgs Members

DevExpress.XtraSpreadsheet Namespace