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

VGridAppearanceCollection.ReadOnlyRecordValue Property

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

public AppearanceObject ReadOnlyRecordValue { 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. To customize the appearance of read-only cells use the ReadOnlyRecordValue property. The appearance settings used to paint the headers of read-only rows are determined by the VGridAppearanceCollection.ReadOnlyRow property.

See the Appearances topic for more information on customizing appearances.

See Also