Formatting(String, DefaultBoolean) Constructor
Initializes a new instance of the Formatting class with the specified name and visibility setting.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value, which specifies a formatting’s name. This value is assigned to the XRControlStyle.Name property. |
visible | DefaultBoolean | A DefaultBoolean value which specifies whether the visibility should be changed by applying this formatting, and to what value it should be changed. This value is assigned to the Formatting.Visible property. |
See Also