Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ICategorizedItem.Category Property

Specifies the current object’s category.

Namespace: DevExpress.Persistent.Base.General

Assembly: DevExpress.Persistent.Base.v20.2.dll

Declaration

ITreeNode Category { get; set; }

Property Value

Type Description
ITreeNode

An ITreeNode object that represents the current object’s category.

See Also