TcxPivotGridCustomization.FormStyle Property
In This Article
Specifies the Customization Form mode.
#Declaration
Delphi
property FormStyle: TcxPivotGridCustomizationFormStyle read; write; default cfsDefault;
#Property Value
Type | Default |
---|---|
Tcx |
cfs |
#Remarks
Values include:
Value | Meaning |
---|---|
cfs |
Standard style. |
cfs |
Office 2007 style. |
The default value of the FormStyle property is cfsDefault.
See Also