PropertyValueFormattingEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the PropertyValueFormattingEventHandler event of a PropertyGrid control.
- C#
- VB.NET
public class PropertyValueFormattingEventArgs : ConvertEventArgs
Public Class PropertyValueFormattingEventArgs
Inherits ConvertEventArgs
Properties
CellStyle
DataGridViewCellStyle: Returns the current DataGridViewCellStyle in use by the cell being formatted.
FormattingApplied
Boolean: Returns or sets whether the cell value has been successfully formatted.
GridItem
GridItem: Returns the GridItem that is entering edit mode.
IsLabel
Boolean: Returns whether the event is related to the label cell.
Value
Object: Returns or sets the value of the cell being formatted for displaying.
Used By
| Name | Description |
|---|---|
| PropertyValueFormattingEventHandler | The event handler class that is invoked when a property in the grid formats the value cell. |