Gets or sets the default height of the Column to paint it on the group panel and may be different from one of the column panel.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public int DefaultColumnCaptionHeight { get; set; }
Visual Basic
Public Property DefaultColumnCaptionHeight As Integer
	Get
	Set
Visual C++
public:
property int DefaultColumnCaptionHeight {
	int get ();
	void set (int value);
}
F#
member DefaultColumnCaptionHeight : int with get, set

Property Value

Type: Int32
The default height of the column caption.

See Also