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

Definition

Namespace:Telerik.Windows.Controls.VirtualGrid

Assembly:Telerik.Windows.Controls.VirtualGrid.dll

Syntax:

C#
public interface IContainerGeneratorItem

Properties

Gets or sets the arrange location.

C#
Point ArrangeLocation { get; set; }
Property Value:

The arrange location.

Gets or sets the container.

C#
FrameworkRenderElement Container { get; set; }
Property Value:

The container.

Gets or sets the size of the measure.

C#
Size MeasureSize { get; set; }
Property Value:

The size of the measure.

Gets or sets the should prepare.

C#
bool ShouldPrepare { get; set; }
Property Value:

The should prepare.

Methods

Draws the specified drawing context.

C#
void Draw(DrawingContext drawingContext)
Parameters:drawingContextDrawingContext

The drawing context.

Prepares this instance.

C#
void Prepare()