RangePermissionsSettingsBuilder.ShowBrackets(Boolean) Method
Sets the visibility of square brackets that limit a permitted range.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.1.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
Declaration
public RangePermissionsSettingsBuilder ShowBrackets(
bool value
)
Parameters
Name | Type | Description |
---|---|---|
value | Boolean | true to display the brackets; otherwise, false. |
Returns
Type | Description |
---|---|
RangePermissionsSettingsBuilder | A builder for range permission settings. |
See Also