RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridControlCellStyle..::..IsVisible Property

Gets or sets a value indicating whether this instance is visible.

Namespace:  RingSoft.DataEntryControls.Engine.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public bool IsVisible { get; set; }
Public Property IsVisible As Boolean
	Get
	Set
public:
property bool^ IsVisible {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if this instance is visible; otherwise, false.