Interface DatePickerCreationOptions

interface DatePickerCreationOptions {
    labelCaption?: string;
    name: string;
    showLabel?: boolean;
}

Hierarchy (view full)

Properties

labelCaption?: string
name: string
showLabel?: boolean