Gets or sets the column appearance when the mouse is over the column.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Appearance ColumnHover { get; set; } |
Visual Basic |
---|
Public Property ColumnHover As Appearance
Get
Set |
Visual C++ |
---|
public:
property Appearance^ ColumnHover {
Appearance^ get ();
void set (Appearance^ value);
} |
F# |
---|
member ColumnHover : Appearance with get, set
|
Property Value
Type:
AppearanceThe column appearance when the mouse is over the column.
See Also