Gets a value that indicates whether the System.Windows.GridLength holds a value that is expressed as a weighted proportion of available space.

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

Syntax

C#
public bool IsStar { get; set; }
Visual Basic
Public Property IsStar As Boolean
	Get
	Set
JScript
function get IsStar () : boolean
function set IsStar (value : boolean)

See Also