Xceed Grid for WinForms v4.3 Documentation
AmbientCellEditorDisplayConditions Property (CellRow)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > CellRow Class : AmbientCellEditorDisplayConditions Property
Gets the ambient value of the grid element's CellEditorDisplayConditions property.
Syntax
'Declaration
 
Protected Overridable ReadOnly Property AmbientCellEditorDisplayConditions As CellEditorDisplayConditions
'Usage
 
Dim instance As CellRow
Dim value As CellEditorDisplayConditions
 
value = instance.AmbientCellEditorDisplayConditions
protected virtual CellEditorDisplayConditions AmbientCellEditorDisplayConditions {get;}

Property Value

A CellEditorDisplayConditions value representing under what conditions cell editors are displayed.
Remarks

The ambient value is inherited from the grid element's parent in the case where its own CellEditorDisplayConditions property is not explicitly set.

If the value of the IsCellEditorDisplayConditionsAmbient property is true then both the AmbientCellEditorDisplayConditions and CellEditorDisplayConditions properties will return the same value.

If the grid element does not have an ambient parent, then the value of the DefaultCellEditorDisplayConditions property will be returned.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellRow Class
CellRow Members