IDataAttributeGetDisplayValueAccessor 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
SyntaxIValueAccessor<string> GetDisplayValueAccessor(
string format
)
Function GetDisplayValueAccessor (
format As String
) As IValueAccessor(Of String)
IValueAccessor<String^>^ GetDisplayValueAccessor(
String^ format
)
abstract GetDisplayValueAccessor :
format : string -> IValueAccessor<string>
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.
See Also