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.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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