Table of Contents

Property DrawMode

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DrawMode

Gets or sets a value indicating whether your code or the operating system will handle drawing of elements in the list.

[Browsable(false)]
public virtual DrawMode DrawMode { get; set; }

Property Value

DrawMode

One of the DrawMode enumeration values. The default is Normal.

Remarks

This property is added for the compatibility with legacy code. Use OwnerDrawStyle property as it has more options.