Indicates the maximum number of characters that can be displayed by this timedate. A value of zero (or a negative value) indicates that the application should determine the "best" maximum length.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public short MaximumLength { get; set; }
Visual Basic
Public Property MaximumLength As Short
	Get
	Set
JScript
function get MaximumLength () : short
function set MaximumLength (value : short)

See Also