Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRangePermissionOptions Class

Stores appearance settings applied to all editable ranges with permissions within the current document.

#Declaration

Delphi
TdxRangePermissionOptions = class(
    TdxRichEditNotificationOptions
)

#Remarks

This class extends its ancestor with members that allow you to:

  • Specify whether all editable ranges with permissions are distinctively marked within the document (Visibility);

  • Assign the color applied to the brackets marking the boundaries of editable ranges with permissions within an unprotected document (BracketsColor);

  • Assign the color applied to the brackets marking the boundaries of editable ranges with permissions within a protected document (HighlightBracketsColor);

  • Assign the color used to highlight all editable ranges with permissions within an unprotected document (Color);

  • Assign the color used to highlight all editable ranges with permissions within a protected document (HighlightColor).

A TdxRangePermissionOptions object is referenced by the Rich Edit control’s Options.RangePermissions property.

See Also