Click or drag to resize

IGridOptionsBehavior Interface

Provides behavior options for Grid Views

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 IGridOptionsBehavior : IDisposable, 
	IEquatable<IProxy>

The IGridOptionsBehavior type exposes the following members.

Properties
  NameDescription
Public propertyAutoExpandAllGroups
Gets or sets whether all the groups within the View are automatically expanded
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also