New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public GridViewInfoCollection()

Properties

Gets the GridViewInfo with the specified template.

C#
public GridViewInfo this[GridViewTemplate template] { get; }
Parameters:templateGridViewTemplate

Methods

Determines whether [contains] [the specified template].

C#
public bool Contains(GridViewTemplate template)
Parameters:templateGridViewTemplate

The template.

Returns:

bool

true if [contains] [the specified template]; otherwise, false.

Indexes the of.

C#
public int IndexOf(GridViewTemplate template)
Parameters:templateGridViewTemplate

The template.

Returns:

int