Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XRControlStyle Constructors

An individual style object that is also a base for all conditional formatting objects.
Name Parameters Description
XRControlStyle() none Initializes a new instance of the XRControlStyle class with the default settings.
XRControlStyle(XRControlStyle) src Initializes a new instance of the XRControlStyle class and copies the settings from the object passed as the parameter.
XRControlStyle(Color, Color, BorderSide, Single, DXFont, Color, TextAlignment, PaddingInfo, BorderDashStyle) backColor, borderColor, sides, borderWidth, font, foreColor, textAlignment, padding, borderDashStyle Initializes a new instance of the XRControlStyle class with specified settings.
XRControlStyle(Color, Color, BorderSide, Single, DXFont, Color, TextAlignment, PaddingInfo) backColor, borderColor, sides, borderWidth, font, foreColor, textAlignment, padding Initializes a new instance of the XRControlStyle class with specified settings.
XRControlStyle(Color, Color, BorderSide, Single, DXFont, Color, TextAlignment) backColor, borderColor, sides, borderWidth, font, foreColor, textAlignment Initializes a new instance of the XRControlStyle class with specified settings.
XRControlStyle(Single) dpi Initializes a new instance of the XRControlStyle class with the specified dpi value.
See Also