Back to Devexpress

CustomDrawEventArgs.Handled Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdraweventargs-a3252431.md

latest1.8 KB
Original Source

CustomDrawEventArgs.Handled Property

Gets or sets a value specifying whether an event was handled, if handled, default actions are not required.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public bool Handled { get; set; }
vb
Public Property Handled As Boolean

Property Value

TypeDescription
Boolean

true if default actions are not required; otherwise, false.

|

Remarks

Events used to custom paint the various elements of a vertical grid fire before these elements are painted in their default manner. If the event parameter’s Handled property is set to true within a handler, default painting is not performed. Otherwise, all the custom drawing performed by a user will be overridden by standard vertical grid drawing.

See Also

Appearance

CustomDrawEventArgs Class

CustomDrawEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace