Back to Devexpress

StylePriority Properties

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-stylepriority-dot-underscore-properties.md

latest3.2 KB
Original Source

StylePriority Properties

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

NameDescription
UseBackColorGets or sets a value indicating whether the control’s background color should be obtained from the XRControl.BackColor property, or from a style assigned to it.
UseBorderColorGets or sets a value indicating whether the control’s border color should be obtained from the XRControl.BorderColor property, or from a style assigned to it.
UseBorderDashStyleGets or sets a value indicating whether the control’s border dash style should be obtained from the XRControl.BorderDashStyle property, or from a style assigned to it.
UseBordersGets or sets a value indicating whether the control’s borders settings should be obtained from the XRControl.Borders property, or from a style assigned to it.
UseBorderWidthGets or sets a value indicating whether the control’s border width should be obtained from the XRControl.BorderWidth property, or from a style assigned to it.
UseFontGets or sets a value indicating whether the control’s font should be obtained from the XRControl.Font property, or from a style assigned to it.
UseForeColorGets or sets a value indicating whether the control’s foreground color should be obtained from the XRControl.ForeColor property, or from a style assigned to it.
UsePaddingGets or sets a value indicating whether the control’s padding should be obtained from the XRControl.Padding property, or from a style assigned to it.
UseTextAlignmentGets or sets a value indicating whether the control’s text alignment should be obtained from the XRControl.TextAlignment property, or from a style assigned to it.

See Also

StylePriority Class

StylePriority Members

DevExpress.XtraReports.UI Namespace