New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class TimeSpanMaskPart

Inheritance: objectTimeSpanMaskPart

Constructors

C#
public TimeSpanMaskPart()

Properties

C#
public string CharValue { get; set; }
C#
public bool HasZero { get; set; }
C#
public int Lenght { get; set; }
C#
public string MaskPart { get; set; }
C#
public int Maximum { get; set; }
C#
public int Minimum { get; set; }
C#
public int Offset { get; set; }
C#
public bool ReadOnly { get; set; }
C#
public bool TrimZeros { get; set; }
C#
public TimeSpanPartType Type { get; set; }
C#
public int Value { get; set; }

Methods

C#
public void Validate()