Gets or sets the alternating row background brush.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public Brush AppearanceAlternatingRowBackground { get; set; } |
| Visual Basic |
|---|
Public Property AppearanceAlternatingRowBackground As Brush
Get
Set |
| Visual C++ |
|---|
public:
property Brush^ AppearanceAlternatingRowBackground {
Brush^ get ();
void set (Brush^ value);
} |
| F# |
|---|
member AppearanceAlternatingRowBackground : Brush with get, set
|
Property Value
Type:
BrushThe alternating row background brush.
See Also