Width of the border of the detail panel

Namespace: Ico.Awx.DataGrid
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Thickness DetailBorderThickness { get; set; }
Visual Basic
Public Property DetailBorderThickness As Thickness
	Get
	Set
JScript
function get DetailBorderThickness () : Thickness
function set DetailBorderThickness (value : Thickness)

See Also