Background Property (C1TableColumn)
In This Topic
Gets or sets the background
System.Windows.Media.Brush used to fill the content of the
C1TableColumn.
Syntax
'Declaration
Public Property Background As Brush
public Brush Background {get; set;}
See Also