Gets the SplitterPanel object that defines the information for bottom or right panel of splitter.
Namespace:
C1.Web.UI.Controls.C1SplitterAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[CategoryAttribute("Style")] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] [NotifyParentPropertyAttribute(true)] [PersistenceModeAttribute(PersistenceMode.InnerProperty)] [DescriptionAttribute("Gets the SplitterPanel object that defines the information for bottom or right panel of splitter.")] [JsonAttribute(true)] public SplitterPanel Panel2 { get; } |
Visual Basic (Declaration) |
---|
<CategoryAttribute("Style")> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ <NotifyParentPropertyAttribute(True)> _ <PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ <DescriptionAttribute("Gets the SplitterPanel object that defines the information for bottom or right panel of splitter.")> _ <JsonAttribute(True)> _ Public ReadOnly Property Panel2 As SplitterPanel Get |