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


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

Property Value

An CellEditorDisplayConditions value representing under what conditions the cell's editor is displayed.
Remarks

The ambient value is inherited from the cell'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

Cell Class
Cell Members