Skip to main content
.NET 6.0+

ICategorizedItem.Category Property

Specifies the current object’s category.

Namespace: DevExpress.Persistent.Base.General

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

Declaration

ITreeNode Category { get; set; }

Property Value

Type Description
ITreeNode

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

See Also