Skip to main content
All docs
V26.1
  • ItemsView.Appearance Property

    Gets the appearance settings specific to the ItemsView.

    Namespace: DevExpress.XtraGrid.Views.Items

    Assembly: DevExpress.XtraGrid.v26.1.dll

    Declaration

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

    Property Value

    Type Description
    DevExpress.XtraGrid.Views.Items.ItemsViewAppearances

    The appearance settings specific to the ItemsView.

    Remarks

    Read the folllowing help topic for detailed information on appearances: Appearance and Conditional Formatting.

    See Also