Gets or sets a value that indicates whether this row or column is visible.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
C# |
---|
[DefaultValueAttribute(true)] public bool Visible { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(True)> _ Public Property Visible As Boolean Get Set |