You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create SelectOptionBehaviorAttribute - the base behavior class for option selection of Select<T, TOwner> control. Inherit it from TermSettingsAttribute.
List of behavior implementations is:
SelectByTextAttribute
SelectByValueAttribute
SelectByLabelAttribute
SelectByAttribute
The text was updated successfully, but these errors were encountered:
Enhance
Select<T, TOwner>
control and related functionality.Option<T, TOwner>
ControlCreate
Option<T, TOwner>
control with the following public members:Add Properties to
Select<T, TOwner>
New Option Selection Behavior Attributes
Create
SelectOptionBehaviorAttribute
- the base behavior class for option selection ofSelect<T, TOwner>
control. Inherit it fromTermSettingsAttribute
.List of behavior implementations is:
SelectByTextAttribute
SelectByValueAttribute
SelectByLabelAttribute
SelectByAttribute
The text was updated successfully, but these errors were encountered: