UserDesignerOptions.ShowUserFriendlyNames Property
Specifies whether to use camel case for spelling property names in the Properties window of an End-User Report Designer.
Namespace: DevExpress.XtraReports.Configuration
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to spell property names using white spaces (e.g., “Printer Name”); false, to spell property names using camel case (e.g., “PrinterName”). |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowUserFriendlyNames |
---|---|
ReportingSettings |
|
Settings |
|
See Also