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

InplaceEditorInfo.Category Property

Gets the name of a category to which an editor belongs.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public string Category { get; }

Property Value

Type Description
String

The category name.

See Also