Skip to main content

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.v23.2.dll

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

Declaration

public bool HighPriority { get; set; }

Property Value

Type Description
Boolean

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

See Also