CustomizeConvertCompoundNameEventArgs.Style Property
Specifies how the CustomizeConvertCompoundNameEventArgs.Name compound name should be processed.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public CompoundNameConvertStyle Style { get; }
#Property Value
Type | Description |
---|---|
Compound |
A Compound |
Available values:
Name | Description |
---|---|
None | Specifies that a compound name must remain unmodified. |
Split |
Specifies that the words forming a compound name must be separated by white spaces. |
Split |
Specifies that the words forming a compound name must be separated by white spaces. Additionally, the first word must remain capitalized, while the subsequent words must be converted to lowercase. |