TdxListGroup.Options Property
In This Article
Specifies the set of flags that affects group appearance and behavior.
#Declaration
Delphi
property Options: TdxListGroupOptions read; write; default DefaultOptions;
#Property Value
Type | Description |
---|---|
Tdx |
The set of flags that affects group appearance and behavior. |
#Remarks
Refer to the TdxListGroupOption type description for information on available options.
See Also