HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

Appearance Property, CellBaseClass Class

Defines the background appearance of the cell.

Class: CellBaseClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

public BackgroundAppearanceEnum Appearance { get; set; }
Public Property Appearance As BackgroundAppearanceEnum

Value

The background appearance.

The default value is BackgroundAppearanceEnum.Default.

Comments

Defines the background appearance of the cell.

The default background appearance can be defined using these properties: RowHeadersClass.AppearanceDefault for row headers, HeadersClass.AppearanceDefault for column headers and FootersClass.AppearanceDefault for column footers. The default for items is BackgroundAppearanceEnum.Clean and cannot be changed.

The CellBaseClass.EvaluatedAppearance property can be used to determine the actual background appearance for this cell by evaluating the default settings.

See Also CellBaseClass Class | Classes | SftTree/NET 3.0