Back to Devexpress

CategoryRow.Properties Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-categoryrow.md

latest1.8 KB
Original Source

CategoryRow.Properties Property

Gets the category row’s settings.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public override RowProperties Properties { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public Overrides ReadOnly Property Properties As RowProperties

Property Value

TypeDescription
RowProperties

A RowProperties object containing properties specific to category rows.

|

Remarks

The Properties property overrides the base class property in order to access the CategoryRowProperties object that represents settings specific to category rows.

See Also

GetRowProperties

CategoryRow Class

CategoryRow Members

DevExpress.XtraVerticalGrid.Rows Namespace