This information is provided for reference in order to use members and types accessible through the Nintex.Forms.Sdk namespace found in the Nintex.Forms.Sdk assembly. Direct access to Nintex.Forms members and types is not supported.
Gets or sets a value indicating whether this instance is visible.
Namespace: Nintex.Forms.FormControls
Assembly: Nintex.Forms (in Nintex.Forms.dll)
[ControlPropertyInfo(ResourceType = typeof (Core), |
DisplayName = "ControlProperty_IsVisibleDisplayName" , |
Description = "ControlProperty_IsVisibleDescription" , |
GroupName = NfConstants.CommonResourceStringNames.ControlPropertyGroupAppearance, |
ChangeAction = ControlPropertyChangeActionType.RefreshFromServer, |
IsPrimaryProperty = true )] |
public bool IsVisible { get ; set ;} |
This language is not supported or no code example is available.
ControlPropertyInfo(ResourceType = typeof (Core), |
DisplayName = "ControlProperty_IsVisibleDisplayName" , |
Description = "ControlProperty_IsVisibleDescription" , |
GroupName = NfConstants.CommonResourceStringNames.ControlPropertyGroupAppearance, |
ChangeAction = ControlPropertyChangeActionType.RefreshFromServer, |
IsPrimaryProperty = true ) |
function get IsVisible() : boolean ; |
ControlPropertyInfo(ResourceType = typeof (Core), |
DisplayName = "ControlProperty_IsVisibleDisplayName" , |
Description = "ControlProperty_IsVisibleDescription" , |
GroupName = NfConstants.CommonResourceStringNames.ControlPropertyGroupAppearance, |
ChangeAction = ControlPropertyChangeActionType.RefreshFromServer, |
IsPrimaryProperty = true ) |
function set IsVisible(value : boolean ); |
This language is not supported or no code example is available.
Property Value
True
if this instance is visible; otherwise,
false
.
.NET Framework
Supported in: 4.6, 4.5, 4, 3.5, 3.0, 2.0, 1.1, 1.0
.NET Framework Client Profile
Supported in: 4, 3.5 SP1