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

LayoutView.Appearance Property

Provides access to the properties that allow the appearance of the View’s elements to be customized.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(1)]
public LayoutViewAppearances Appearance { get; }

Property Value

Type Description
LayoutViewAppearances

A LayoutViewAppearances object providing appearance settings for View elements.

Remarks

The LayoutViewAppearances object provides a number of properties which allow you to customize the appearance assigned to the View’s elements. For instance, the LayoutViewAppearances.FocusedCardCaption property can be used to customize the focused card’s caption.

By default, if the appearance of elements hasn’t been explicitly set, specific default style settings are used. To get the appearance settings currently being used, see the LayoutView.PaintAppearance property.

Refer to the Appearance and Conditional Formatting document for detailed information on appearance.

See Also