Objective Grid for Microsoft® .NET® Reference Guide

GridControl.DrawTopLeftBottomRight Event

Back to Class Index

Draw Top, Left, Botton, Right Event.     

[Visual Basic]
Public Event DrawTopLeftBottomRight As DrawTopLeftBottomRightEventHandler
[C#]
public event DrawTopLeftBottomRightEventHandler DrawTopLeftBottomRight;

Event Data

The event handler receives an argument of type DrawTopLeftBottomRightEventArgs containing data related to this event. The following DrawTopLeftBottomRightEventArgs properties provide information specific to this event.

PropertyDescription
BottomGets or sets the bottom of the range.     
LeftGets or sets the left side of the range.     
RightGets or sets the right side of the range.     
TopGets or sets the top of the range.     

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace