Skip to main content

DocxDocumentOptions.Category Property

Specifies the document category.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue("")]
public string Category { get; set; }

Property Value

Type Default Description
String String.Empty

A String value.

Property Paths

You can access this nested property as listed below:

Object Type Path to Category
DocxExportOptions
.DocumentOptions .Category
See Also