[]
public event EventHandler<OwnerDrawOutlineButtonEventArgs> OwnerDrawOutlineButton
Type | Description |
---|---|
EventHandler<OwnerDrawOutlineButtonEventArgs> | Fires before the grid draws a tree outline button, when the property is set to . |
The OnOwnerDrawOutlineButton event only fires when the DrawMode property is set to OwnerDraw.
You can use this event to customize the appearance of tree outline button in the grid. The event allows three main types of customization: