[]
        
(Showing Draft Content)

C1.C1Preview.TagDateTimeInputParams

TagDateTimeInputParams Class

Represents customization parameters for input of DateTime tag values.

Inheritance
TagDateTimeInputParams
Implements
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class TagDateTimeInputParams : TagInputParams, ICloneable

Constructors

Name Description
TagDateTimeInputParams()

Initializes a new instance of the TagDateTimeInputParams class.

TagDateTimeInputParams(DateTime, DateTime, DateTimePickerFormat, string)

Initializes a new instance of the TagDateTimeInputParams class.

TagDateTimeInputParams(DateTimePickerFormat, string)

Initializes a new instance of the TagDateTimeInputParams class.

Properties

Name Description
CustomFormat

Gets or sets the custom date/time format string.

Format

Gets or sets the format to use in the date/time picker.

MaxDate

Gets or sets the maximum allowed date.

MinDate

Gets or sets the minimum allowed date.

Methods

Name Description
AssignFrom(TagInputParams)

Copies the properties of the specified object to the current object.

CheckValue(Control, Tag, ref string)

Checks the value contained in the control.

ControlValueToTag(Control, Tag)

Copies the value from the control to the tag.

CreateControl(Tag, int)

Creates a DateTimePicker.

TagValueToControl(Control, Tag)

Copies the value from the tag to the control.