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

VGridAppearanceCollection.ReadOnlyRow Property

Provides appearance settings used to paint the headers of read-only rows.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public AppearanceObject ReadOnlyRow { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject that contains the corresponding appearance settings.

Remarks

A row can be made read-only using the RowProperties.ReadOnly property. The ReadOnlyRow property specifies the appearance settings used to paint the headers of read-only rows. Cells of read-only rows are painted according to the settings of the VGridAppearanceCollection.ReadOnlyRecordValue property.

To enable the ReadOnlyRow appearance settings in the Property Grid’s Office view, set the AllowRowHeaderReadOnlyAppearance property to True.

See the Appearances topic for more information on customizing appearances.

See Also