Click or drag to resize

ICustomDrawCellEventArgs Interface

Custom draw cell event args

Namespace:  EBP.Api.Interfaces.Controls.DataGrid
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface ICustomDrawCellEventArgs : IEventArgs, 
	IDisposable, IEquatable<IProxy>

The ICustomDrawCellEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyBackColor
Gets or sets the back Color
Public propertyBackColor2
Gets or sets the back Color 2
Public propertyBorderColor
Gets or sets the border Color
Public propertyCellValue
Gets or sets the cell Value
Public propertyColumnName
Gets the row columnName
Public propertyDisplayText
Gets or sets the display Text
Public propertyFont
Gets or sets the font
Public propertyForeColor
Gets or sets the fore Color
Public propertyHandled
Gets or sets whether the event has been handled
Public propertyRowHandle
Gets the row handle
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also