TdxRichEditControlOptionsBase.RangePermissions Property
Provides access to document range permission settings.
Declaration
property RangePermissions: TdxRangePermissionOptions read; write;
Property Value
Type |
---|
TdxRangePermissionOptions |
Remarks
Use this property to customize the appearance of ranges within a document. Refer to the TdxRangePermissionOptions class description for detailed information on available options.
See Also