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

IRowItem

Interface

Supports row-like UI elements.

Definition

Properties

Gets or sets the data context.

C#
object DataContext { get; set; }
Property Value:

The data context.

Gets or sets the row indicator visibility.

C#
Visibility RowIndicatorVisibility { get; set; }
Property Value:

The row indicator visibility.

Methods

Releases unmanaged and - optionally - managed resources.

C#
void Dispose()