Click or drag to resize

IGridViewOptionsBehavior Interface

Grid view options behavior

Namespace:  EBP.Api.Interfaces.Controls.DataGrid
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IGridViewOptionsBehavior : IGridOptionsBehavior, 
	IDisposable, IEquatable<IProxy>

The IGridViewOptionsBehavior type exposes the following members.

Properties
  NameDescription
Public propertyAutoExpandAllGroups
Gets or sets whether all the groups within the View are automatically expanded
(Inherited from IGridOptionsBehavior.)
Public propertyDisplayZerosAsEmpty
Gets or sets whether zeros as displayed as empty strings
Public propertyImmediateEditor
Gets or sets whether an in-place editor is automatically activated when a cell is clicked
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also