Click or drag to resize

ColumnDataAttributeTObject, TValueGetDisplayValueAccessor Method

Gets the display text accessor or null if the attribute does not support it. The display value is localized in the current thread culture and is suitable for displaying and modification by end users.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public override IValueAccessor<string> GetDisplayValueAccessor(
	string format
)

Parameters

format
Type: SystemString
The display format, which should be used to format the display value.

Return Value

Type: IValueAccessorString
The display text value accessor.

Implements

IDataAttributeGetDisplayValueAccessor(String)
IDataAttributeGetDisplayValueAccessor(String)
See Also