KaxDateTimePickerSharedTimeView Property |
Gets or sets the reference to the timeview that will be used for picking time.
This property allows you to configure several datetimepickers to use a single KaxTimeView
instance.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public KaxTimeView SharedTimeView { get; set; }
Public Property SharedTimeView As KaxTimeView
Get
Set
public:
property KaxTimeView^ SharedTimeView {
KaxTimeView^ get ();
void set (KaxTimeView^ value);
}
member SharedTimeView : KaxTimeView with get, set
Property Value
Type:
KaxTimeViewThe KaxTimeView instance if set; otherwise
null;
Remarks This property is not accessible from the VS.NET designer and you will have to
set it from the code-behind. It should be used when the shared timeview instance is
in another naming container or is created dynamically at runtime.
See Also