Click or drag to resize

IGridViewOptionsView Interface

Grid view options view

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

The IGridViewOptionsView 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
(Inherited from IGridOptionsView.)
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.
(Inherited from IGridOptionsView.)
Public propertyRowAutoHeightMax
Gets or sets the row auto height max value
Public propertyShowGroupPanel
Gets or sets a value specifying whether the group panel is displayed
(Inherited from IGridOptionsView.)
Public propertyShowIndicator
Gets or sets a value specifying whether the row indicator panel is displayed
(Inherited from IGridOptionsView.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also