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

StylePriority Class

A container of settings that determine which properties of a style assigned to a control should override the corresponding properties of a control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public class StylePriority :
    StyleFlagsBase

Remarks

An object of the StylePriority class can be accessed via the XRControl.StylePriority property of every report control. By default, all the StylePriority‘s options (StylePriority.UseBackColor, StylePriority.UseBorderColor, etc.) are set to true, which means that if any style is assigned to a control via its XRControl.Styles property, all its properties will have a higher priority than the properties, which are stored in a report control or in its parent. If you want some of the properties to be determined by a report control, not by its style, set the corresponding Use* property to false.

To learn more about the styles and styles inheritance in XtraReports, refer to the Report Visual Styles document.

Implements

Inheritance

See Also