RangePermissionsSettingsBuilder.ShowBrackets(Boolean) Method
Sets the visibility of square brackets that limit a permitted range.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.2.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 |
---|---|
Range |
A builder for range permission settings. |