Indicates whether the grid measures cell's dimensions. In this case no drawing operations should occurred.

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

Syntax

C#
public bool IsMeasureOnly { get; }
Visual Basic
Public ReadOnly Property IsMeasureOnly As Boolean
	Get
Visual C++
public:
property bool IsMeasureOnly {
	bool get ();
}
F#
member IsMeasureOnly : bool with get

Property Value

Type: Boolean
True if grid measures cell's size.

See Also