Property HasColumns
HasColumns
Gets a value indicating whether the control has columns defined.
[Browsable(false)]
public virtual bool HasColumns { get; }
Property Value
- bool
true
if the control has one or more columns; otherwise,false
.
Gets a value indicating whether the control has columns defined.
[Browsable(false)]
public virtual bool HasColumns { get; }
true
if the control has one or more columns; otherwise, false
.