New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a time picker in the RadDataForm. The actual editor control used is RadTimePicker.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class DataFormRadTimePickerEditor : DataFormRadPickerEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform

Inheritance: objectRadContentViewDataFormContentViewDataFormItemDataFormEditorDataFormRadPickerEditorDataFormRadTimePickerEditor...

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

Inherited Members DataFormRadPickerEditor.PlaceholderPropertyDataFormRadPickerEditor.StringFormatPropertyDataFormRadPickerEditor.PlaceholderDataFormRadPickerEditor.StringFormatDataFormEditor.PropertyNamePropertyDataFormEditor.PropertyValuePropertyDataFormEditor.EditorValuePropertyDataFormEditor.ConverterPropertyDataFormEditor.ConverterParameterPropertyDataFormEditor.IsReadOnlyPropertyDataFormEditor.ValidationModePropertyDataFormEditor.CommitModePropertyDataFormEditor.ColumnSpacingPropertyDataFormEditor.RowSpacingPropertyDataFormEditor.HeaderTextPropertyDataFormEditor.HeaderDisplayOptionsPropertyDataFormEditor.HeaderLengthPropertyDataFormEditor.HeaderPositionPropertyDataFormEditor.HeaderLabelStylePropertyDataFormEditor.HeaderImageSourcePropertyDataFormEditor.HeaderImageStylePropertyDataFormEditor.ErrorLengthPropertyDataFormEditor.ErrorPositionPropertyDataFormEditor.ErrorDisplayOptionsPropertyDataFormEditor.ErrorLabelStylePropertyDataFormEditor.ErrorImageSourcePropertyDataFormEditor.ErrorImageStylePropertyDataFormEditor.EditorStylePropertyDataFormEditor.HasPendingChangesPropertyDataFormEditor.HasValidationErrorsPropertyDataFormEditor.ActualHeaderDisplayOptionsPropertyDataFormEditor.ActualHeaderLengthPropertyDataFormEditor.ActualHeaderPositionPropertyDataFormEditor.ActualHeaderLabelStylePropertyDataFormEditor.ActualHeaderImageSourcePropertyDataFormEditor.ActualHeaderImageStylePropertyDataFormEditor.ActualErrorDisplayOptionsPropertyDataFormEditor.ActualErrorLengthPropertyDataFormEditor.ActualErrorPositionPropertyDataFormEditor.ActualErrorLabelStylePropertyDataFormEditor.ActualErrorImageSourcePropertyDataFormEditor.ActualErrorImageStylePropertyDataFormEditor.ActualEditorStylePropertyDataFormEditor.IsHeaderLabelVisiblePropertyDataFormEditor.IsHeaderImageVisiblePropertyDataFormEditor.IsErrorLabelVisiblePropertyDataFormEditor.IsErrorImageVisiblePropertyDataFormEditor.ValidateChanges()DataFormEditor.CommitChanges()DataFormEditor.CancelChanges()DataFormEditor.PropertyNameDataFormEditor.PropertyValueDataFormEditor.EditorValueDataFormEditor.ConverterDataFormEditor.ConverterParameterDataFormEditor.IsReadOnlyDataFormEditor.ValidationModeDataFormEditor.CommitModeDataFormEditor.ColumnSpacingDataFormEditor.RowSpacingDataFormEditor.HeaderTextDataFormEditor.HeaderDisplayOptionsDataFormEditor.HeaderLengthDataFormEditor.HeaderPositionDataFormEditor.HeaderLabelStyleDataFormEditor.HeaderImageSourceDataFormEditor.HeaderImageStyleDataFormEditor.ErrorLengthDataFormEditor.ErrorPositionDataFormEditor.ErrorDisplayOptionsDataFormEditor.ErrorLabelStyleDataFormEditor.ErrorImageSourceDataFormEditor.ErrorImageStyleDataFormEditor.EditorStyleDataFormEditor.HasPendingChangesDataFormEditor.HasValidationErrorsDataFormEditor.ActualHeaderDisplayOptionsDataFormEditor.ActualHeaderLengthDataFormEditor.ActualHeaderPositionDataFormEditor.ActualHeaderLabelStyleDataFormEditor.ActualHeaderImageSourceDataFormEditor.ActualHeaderImageStyleDataFormEditor.ActualErrorDisplayOptionsDataFormEditor.ActualErrorLengthDataFormEditor.ActualErrorPositionDataFormEditor.ActualErrorLabelStyleDataFormEditor.ActualErrorImageSourceDataFormEditor.ActualErrorImageStyleDataFormEditor.ActualEditorStyleDataFormEditor.IsHeaderLabelVisibleDataFormEditor.IsHeaderImageVisibleDataFormEditor.IsErrorLabelVisibleDataFormEditor.IsErrorImageVisibleDataFormEditor.ValidationRulesDataFormEditor.ValidationErrorsDataFormEditor.ValueChangedDataFormEditor.ValidationCompletedDataFormContentView.BackgroundColorPropertyDataFormContentView.BorderColorPropertyDataFormContentView.BorderThicknessPropertyDataFormContentView.CornerRadiusPropertyDataFormContentView.ContentPaddingPropertyDataFormContentView.BackgroundColorDataFormContentView.BorderColorDataFormContentView.BorderThicknessDataFormContentView.CornerRadiusDataFormContentView.ContentPaddingRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()...

Constructors

C#
public DataFormRadTimePickerEditor()

Fields

FallbackTimeProperty

BindableProperty

Identifies the FallbackTime property.

C#
public static readonly BindableProperty FallbackTimeProperty

HoursStepProperty

BindableProperty

Identifies the HoursStep property.

C#
public static readonly BindableProperty HoursStepProperty

MaximumTimeProperty

BindableProperty

Identifies the MaximumTime property.

C#
public static readonly BindableProperty MaximumTimeProperty

MinimumTimeProperty

BindableProperty

Identifies the MinimumTime property.

C#
public static readonly BindableProperty MinimumTimeProperty

MinutesStepProperty

BindableProperty

Identifies the MinutesStep property.

C#
public static readonly BindableProperty MinutesStepProperty

SecondsStepProperty

BindableProperty

Identifies the SecondsStep property.

C#
public static readonly BindableProperty SecondsStepProperty

Properties

Gets or sets the fallback time of the RadTimePicker.

C#
public TimeSpan? FallbackTime { get; set; }

Gets or sets the hours step of the RadTimePicker.

C#
public int? HoursStep { get; set; }

Gets or sets the maximum time of the RadTimePicker.

C#
public TimeSpan? MaximumTime { get; set; }

Gets or sets the minimum time of the RadTimePicker.

C#
public TimeSpan? MinimumTime { get; set; }

Gets or sets the minutes step of the RadTimePicker.

C#
public int? MinutesStep { get; set; }

Gets or sets the seconds step of the RadTimePicker.

C#
public int? SecondsStep { get; set; }