Click or drag to resize

IGridOptionsView Interface

Provides appearance 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 IGridOptionsView : IDisposable, 
	IEquatable<IProxy>

The IGridOptionsView type exposes the following members.

Properties
  NameDescription
Public propertyColumnAutoWidth
Gets or sets a value specifying whether column widths are automatically modified so that the total columns' width matches the View's width
Public propertyRowAutoHeight
Gets or sets a value specifying whether the height of each data row is automatically adjusted to completely display the contents of its cells.
Public propertyShowGroupPanel
Gets or sets a value specifying whether the group panel is displayed
Public propertyShowIndicator
Gets or sets a value specifying whether the row indicator panel is displayed
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also