Skip to main content
Version: 3.5

PropertyValueFormattingEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the PropertyValueFormattingEventHandler event of a PropertyGrid control.

public class PropertyValueFormattingEventArgs : ConvertEventArgs

Properties

Instance memberCellStyle

DataGridViewCellStyle: Returns the current DataGridViewCellStyle in use by the cell being formatted.

Instance memberFormattingApplied

Boolean: Returns or sets whether the cell value has been successfully formatted.

Instance memberGridItem

GridItem: Returns the GridItem that is entering edit mode.

Instance memberIsLabel

Boolean: Returns whether the event is related to the label cell.

Instance memberValue

Object: Returns or sets the value of the cell being formatted for displaying.

Used By

NameDescription
PropertyValueFormattingEventHandlerThe event handler class that is invoked when a property in the grid formats the value cell.