PageSelector Class |
Namespace: Kentico.Components.Web.Mvc.FormComponents
public class PageSelector : PageSelectorBase<PageSelectorProperties, PageSelectorItem>
The PageSelector type exposes the following members.
Name | Description | |
---|---|---|
![]() | PageSelector |
Name | Description | |
---|---|---|
![]() ![]() | IDENTIFIER |
Represents the PageSelector identifier.
|
Name | Description | |
---|---|---|
![]() | BaseProperties |
Gets the form component's properties as its base type.
(Inherited from FormComponent<TProperties, TValue>.) |
![]() | CustomAutopostHandling |
If true, prevents built-in visibility condition handling for this component.
(Inherited from FormComponent.) |
![]() | Definition |
Gets or sets the definition under which the form component is registered in the system.
(Inherited from FormComponent.) |
![]() | HasDependingFields |
Gets or sets a value indicating whether there are another form components
whose visibility condition depends on this component's value.
(Inherited from FormComponent.) |
![]() | LabelForPropertyName |
Gets the name of the property representing the editing field in the resulting HTML markup.
The name is used to infer a proper label for attribute value in the rendered HTML markup.
Defaults to first found property annotated with BindablePropertyAttribute.
(Inherited from FormComponent.) |
![]() | MaxPagesLimit |
Gets the limit of maximum number of pages allowed to be selected.
(Inherited from PageSelectorBase<TProperties, TValue>.) |
![]() | Name |
Gets or sets the name of the corresponding form field.
The name is used as a prefix when naming the HTML input.
(Inherited from FormComponent.) |
![]() | Properties |
Gets the form component's properties.
(Inherited from FormComponent<TProperties, TValue>.) |
![]() | PropertiesType |
Gets the properties type of the form component.
(Inherited from FormComponent.) |
![]() | RootPath |
Gets the dialog root path.
(Inherited from PageSelectorBase<TProperties, TValue>.) |
![]() | SelectedPageModel |
Gets the serialized JSON model of the selected page(s).
(Inherited from PageSelectorBase<TProperties, TValue>.) |
![]() | ShowPartialValidationMessages |
Also shows validation errors of partial values of the component.
If false, each individual component should contain validation message in its partial view.
(Inherited from FormComponent.) |
![]() | Value |
Represents the input value in the resulting HTML.
(Inherited from PageSelectorBase<TProperties, TValue>.) |
Name | Description | |
---|---|---|
![]() | BindContext |
Binds contextual information to the form component.
(Inherited from PageSelectorBase<TProperties, TValue>.) |
![]() | GetDisplayName |
Returns non-localized string representing component name.
Component Name is returned in case of empty Label.
(Inherited from FormComponent.) |
![]() | GetModelPropertyCustomAttributes<T> |
Gets a collection of custom attributes applied to the model's property
this form component represents.
(Inherited from FormComponent.) |
![]() | GetObjectValue |
Gets the value of the form component. The GetValue() method can be used
directly to obtain the typed value.
(Inherited from FormComponent<TProperties, TValue>.) |
![]() | GetValue |
Gets the Value.
(Inherited from PageSelectorBase<TProperties, TValue>.) |
![]() | LoadProperties |
Loads properties of the form component. The actual properties type must match the PropertiesType.
(Inherited from FormComponent<TProperties, TValue>.) |
![]() | ModifyMetadata |
Modifies modelMetadata according to the current object.
(Inherited from FormComponent.) |
![]() | SetObjectValue |
Sets the value of the form component.
The value must be of proper type or an exception is thrown.
The SetValue(TValue) method can be used directly to set the typed default value.
(Inherited from FormComponent<TProperties, TValue>.) |
![]() | SetValue |
Sets the Value.
(Inherited from PageSelectorBase<TProperties, TValue>.) |
![]() | Validate |
Validates whether selected pages are valid.
(Inherited from PageSelectorBase<TProperties, TValue>.) |
Name | Description | |
---|---|---|
![]() | GetBizFormComponentContext |
Gets BizFormComponentContext of a form component, if such a context was bound to the component.
(Defined by FormComponentExtensions.) |