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

CategoryRowProperties(String) Constructor

Creates a new CategoryRowProperties object with the specified caption.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public CategoryRowProperties(
    string fCaption
)

Parameters

Name Type Description
fCaption String

A string value specifying the category’s caption. This value is assigned to the RowProperties.Caption property.

See Also