KaxDialogOpenerDialogDefinitions Property |
Gets the DialogDefinitionDictionary, containing the DialogDefinitions of the managed dialogs.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax [PersistenceModeAttribute(PersistenceMode.Attribute)]
public DialogDefinitionDictionary DialogDefinitions { get; }
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public ReadOnly Property DialogDefinitions As DialogDefinitionDictionary
Get
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property DialogDefinitionDictionary^ DialogDefinitions {
DialogDefinitionDictionary^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member DialogDefinitions : DialogDefinitionDictionary with get
Property Value
Type:
DialogDefinitionDictionaryTODO
Remarks TODO
See Also