Skip to main content
A newer version of this page is available. .

Table.Reset(TablePropertiesMask) Method

Resets the table properties specified by the mask to the properties of the underlying table style or to default properties.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

void Reset(
    TablePropertiesMask mask
)

Parameters

Name Type Description
mask TablePropertiesMask

A TablePropertiesMask enumeration value.

Remarks

The Reset sets table properties to the underlying style (or the default style, if the style is not applied). The mask allows you to specify table properties which will be reset. To specify several properties, combine the TablePropertiesMask values with the binary OR operator.

See Also