Skip to main content

TablePropertiesBase.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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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