Back to Devexpress

RowStyleEventArgs.HighPriority Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-rowstyleeventargs-ea51805c.md

latest2.1 KB
Original Source

RowStyleEventArgs.HighPriority Property

Gets or sets whether the appearance settings provided by the GridView.RowStyle event have a higher priority than the appearances specified by the GridViewAppearances.EvenRow and GridViewAppearances.OddRow properties.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Boolean

true if the appearance settings provided by the GridView.RowStyle event have a higher priority; otherwise, false.

|

See Also

EvenRow

OddRow

EnableAppearanceEvenRow

EnableAppearanceOddRow

RowStyleEventArgs Class

RowStyleEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace