Class ListItemDrawEventArgs
Inheritance
System.Object
ListItemDrawEventArgs
Assembly: Syncfusion.Shared.Base.dll
public class ListItemDrawEventArgs : EventArgs
Constructors
Declaration
public ListItemDrawEventArgs(bool selected, int index)
Parameters
| Type |
Name |
Description |
| System.Boolean |
selected |
|
| System.Int32 |
index |
|
Properties
Declaration
public Color BackColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public bool Handled { get; set; }
Property Value
Declaration
public int Index { get; set; }
Property Value
Declaration
public bool Selected { get; }
Property Value