Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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