Gets or sets the subheader cell border thickness.

Namespace: Ico.WPF.Specialized.DataGridControl
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

See Also