New to Telerik ReportingStart a free 30-day trial

Data table's border specific style

Definition

Constructors

C#
public StyleDataTableBorder()

Properties

Color

Color

Gets and sets border color

C#
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color Color { get; set; }
Property Value:

DataTable's border color

Overrides: StyleBorder.Color